Skip to content

[Developer Issue]: add concurrency to github actions #97

@kellijohnson-NOAA

Description

@kellijohnson-NOAA

Description

As of right now, the GitHub actions continue to run even if a newer commit is pushed to the repository on that branch. We should add the concurrency statement to our GitHub actions.

# Cancel runs happening simultaneously on the same branch.
concurrency:
  group: ${{ github.workflow }}-${{ github.ref }}
  cancel-in-progress: true

Metadata

Metadata

Assignees

No one assigned

    Labels

    attribute: low hanging 🍎Easy to knock off in less than 1 daygood first issueA small task that does not require previous knowledge of the projectstatus: triage_neededThis is not approved for this milestone, do not work on it yet

    Type

    No fields configured for Task.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions