Skip to content

Commit

Permalink
Do not cancel in progress jobs in case of 'main' branch. (#12296)
Browse files Browse the repository at this point in the history
See #12125
  • Loading branch information
lystopad authored Oct 16, 2024
1 parent ce2fa67 commit a99732e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}

jobs:
tests:
Expand Down

0 comments on commit a99732e

Please sign in to comment.