ci: fix e2e concurrency rule (#2479)

This commit is contained in:
Felix Angelov
2024-09-09 15:07:11 -05:00
committed by GitHub
parent 5b0097d996
commit 54d2adc186
+1 -1
View File
@@ -1,7 +1,7 @@
name: e2e
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}-e2e
cancel-in-progress: true
on: