Skip to content

Commit

Permalink
ci: fix e2e concurrency rule (#2479)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Sep 9, 2024
1 parent 5b0097d commit 54d2adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: e2e

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

on:
Expand Down

0 comments on commit 54d2adc

Please sign in to comment.