Skip to content

Commit

Permalink
ci, gha: Ensure only a single workflow processes github.ref at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Aug 17, 2023
1 parent 3d05c86 commit b0886fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
tags-ignore:
- '**'

concurrency:
group: ${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}

env:
### compiler options
HOST:
Expand Down

0 comments on commit b0886fd

Please sign in to comment.