Skip to content

Commit

Permalink
chore: disable cancelling concurrent workflow runs on main (#8828)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunrajput committed Apr 3, 2024
1 parent a14ba9d commit 984f4cd
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 @@ -11,7 +11,7 @@ on:

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

env:
PRIMARY_NODE_VERSION: 20
Expand Down

0 comments on commit 984f4cd

Please sign in to comment.