Skip to content

Commit

Permalink
Cancel previous workflows on the same pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz-Alexander-Kern committed Nov 13, 2023
1 parent 996e557 commit 007e013
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ on:
branches:
- master

# Cancel previous workflows on the same pull request
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

# jobs define the steps that will be executed on the runner
jobs:

Expand Down

0 comments on commit 007e013

Please sign in to comment.