Skip to content

Commit

Permalink
Merge pull request #42 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 authored Apr 7, 2023
2 parents 0483913 + fb685ef commit 2e3a4e1
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: "11 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 2e3a4e1

Please sign in to comment.