ci: cancel in-progress loadtests for PRs as well
This commit is contained in:
committed by
Steve Chavez
parent
f9294c5e43
commit
41ea4e6db6
@@ -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