Skip to content

Commit

Permalink
ci: Ensure that 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 60d3e4b commit 0080b56
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 @@ -13,6 +13,10 @@ on:
tags-ignore:
- '**'

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

env:
DANGER_RUN_CI_ON_HOST: 1
TEST_RUNNER_TIMEOUT_FACTOR: 40
Expand Down

0 comments on commit 0080b56

Please sign in to comment.