Skip to content

Commit

Permalink
wip: test
Browse files Browse the repository at this point in the history
  • Loading branch information
homuler committed Jul 29, 2023
1 parent 8766e96 commit 2dc21ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [labeled]
concurrency:
group: ${{ github.head_ref || github.ref }}
cancel-in-progress: ${{ github.ref_name != "master" }}
cancel-in-progress: ${{ github.ref_name != "ci/wont-cancel-master-tests" }}
jobs:
check-test-trigger:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2dc21ee

Please sign in to comment.