Skip to content

Commit

Permalink
test(extension): add canceling split workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
oldGreg5 committed Jul 17, 2024
1 parent 292624b commit 42bcf75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e-tests-linux-split.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ env:

jobs:
prereq:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
runs-on: ubuntu-latest
steps:
- name: Provision step
Expand Down

0 comments on commit 42bcf75

Please sign in to comment.