Skip to content

Commit

Permalink
Merge pull request #13 from stefmolin/concurrency
Browse files Browse the repository at this point in the history
Add concurrency to GitHub action for env checks.


skip-checks: true
  • Loading branch information
stefmolin committed Apr 7, 2023
2 parents bd50a52 + 25da41a commit 890020b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/env_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ on:
schedule:
- cron: "44 22 11 * *"

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
Expand Down

0 comments on commit 890020b

Please sign in to comment.