Skip to content

Commit

Permalink
chore: revert cancel-in-progress setting
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Dec 13, 2024
1 parent 4aa5018 commit 6722dd4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-ffi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true
cancel-in-progress: false

env:
RUST_BACKTRACE: "1"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true
cancel-in-progress: false

env:
RUST_BACKTRACE: "1"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compatability-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true
cancel-in-progress: false

env:
RUST_BACKTRACE: "1"
Expand Down

0 comments on commit 6722dd4

Please sign in to comment.