Skip to content

Commit 181300f

Browse files
authored
Merge pull request #8 from stefmolin/stefmolin-patch-1
Add concurrency to GitHub action for env checks.
2 parents b35052c + 157e59c commit 181300f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/env-checks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ on:
2121
schedule:
2222
- cron: "44 22 11 * *"
2323

24+
concurrency:
25+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
26+
cancel-in-progress: true
27+
2428
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
2529
jobs:
2630
# This workflow contains a single job called "build"

0 commit comments

Comments
 (0)