Skip to content

Commit

Permalink
TST: disable cancel in progress to force dev job to run
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed May 12, 2023
1 parent 23f8eb9 commit 931b38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

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

permissions:
contents: read
Expand Down

0 comments on commit 931b38e

Please sign in to comment.