Skip to content

Commit

Permalink
Fix concurrency group to bors trying/staging
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Nov 23, 2022
1 parent 5084443 commit 353b33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 353b33b

Please sign in to comment.