Skip to content

Commit

Permalink
NO-SNOW: Cancel old workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jszczerbinski authored Nov 26, 2024
1 parent 6e20666 commit 2739b13
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ on:
branches:
- '**'

concurrency:
# older builds for the same pull request numer or branch should be cancelled
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

jobs:
build-test-linux:
name: Build-Test-Linux
Expand Down

0 comments on commit 2739b13

Please sign in to comment.