ci: cancel in-progress loadtests for PRs as well
This commit is contained in:
committed by
Laurence Isla
parent
a6e4a0078b
commit
ceda77c5de
@@ -15,6 +15,9 @@ jobs:
|
||||
name: Loadtest PR (Nix)
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
runs-on: ubuntu-latest
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user