Skip to content

Commit

Permalink
Add concurrency to GitHub action for env checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefmolin authored Apr 7, 2023
1 parent 0483913 commit fb685ef
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 fb685ef

Please sign in to comment.