Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
fix(ci): cancel seperately
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdevbear committed Nov 6, 2023
1 parent b5aa662 commit 7f92743
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
name: e2e

concurrency:
group: ci-${{ github.ref }}-tests
group: ci-${{ github.ref }}-e2e
cancel-in-progress: true

on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
- main

concurrency:
group: ci-${{ github.ref }}-tests
group: ci-${{ github.ref }}-pipeline
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 7f92743

Please sign in to comment.