Skip to content

Commit

Permalink
CI concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Feb 3, 2024
1 parent 320eccf commit 3cf6420
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 @@ -12,6 +12,10 @@ on:
pull_request:
merge_group:

concurrency:
group: 'ci-${{ github.event.merge_group.head_ref || github.head_ref }}-${{ github.workflow }}'
cancel-in-progress: true

jobs:
build:
# Necessary for ResultProcessorTest.testExecuteCommandWithStderr
Expand Down

0 comments on commit 3cf6420

Please sign in to comment.