Skip to content

Commit

Permalink
ci: cancel in-progress loadtests for PRs as well
Browse files Browse the repository at this point in the history
  • Loading branch information
develop7 authored and steve-chavez committed Dec 7, 2023
1 parent f9294c5 commit 41ea4e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/loadtest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 41ea4e6

Please sign in to comment.