We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1096b28 commit 197ca80Copy full SHA for 197ca80
2 files changed
.github/workflows/test-e2e-bundle.yml
@@ -4,6 +4,10 @@ on:
4
push:
5
pull_request:
6
7
+concurrency:
8
+ group: ${{ github.workflow }}-${{ github.ref }}
9
+ cancel-in-progress: true
10
+
11
jobs:
12
test-bundle-e2e:
13
name: Bundle E2E Tests
.github/workflows/test-e2e.yml
test-e2e:
name: E2E Tests
0 commit comments