Skip to content

Commit

Permalink
fix concurrency (#3901)
Browse files Browse the repository at this point in the history
  • Loading branch information
ss-es authored Nov 20, 2024
1 parent 3f0c3e5 commit 4f1116c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-without-lockfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ (github.ref == 'refs/heads/main' && github.run_number) || github.ref }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 4f1116c

Please sign in to comment.