Skip to content

Commit

Permalink
chore: use concurrency for Github actions (#8413)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf committed May 30, 2022
1 parent be26137 commit 6e705f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -11,6 +11,10 @@ on:
branches:
- main

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

jobs:
linux-main-checks:
# https://github.com/actions/virtual-environments#available-environments
Expand Down

0 comments on commit 6e705f9

Please sign in to comment.