Skip to content

Commit

Permalink
do not cancel job on main
Browse files Browse the repository at this point in the history
  • Loading branch information
tbro committed Aug 14, 2024
1 parent 39d2e88 commit 5a609df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slowtest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: ${{ !contains(github.ref, 'main')}}

env:
RUSTFLAGS: '--cfg async_executor_impl="async-std" --cfg async_channel_impl="async-std"'
Expand Down

0 comments on commit 5a609df

Please sign in to comment.