Skip to content

Commit

Permalink
Modifying concurrency to NOT cancel in progress builds. For loggin (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
F-WRunTime authored Sep 16, 2024
1 parent a38a149 commit ad6b3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/optimism-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:

# Multiple Runs will need to be allowed to queue
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.inputs.branch_name }}
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.inputs.statuses_sha }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit ad6b3db

Please sign in to comment.