We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c0294 commit 8bd6114Copy full SHA for 8bd6114
.github/workflows/e2e.yaml
@@ -11,6 +11,8 @@ on:
11
jobs:
12
extension-developer-e2e:
13
runs-on: ubuntu-latest
14
+ concurrency:
15
+ cancel-in-progress: true
16
steps:
17
- uses: actions/checkout@v4
18
@@ -23,6 +25,8 @@ jobs:
23
25
24
26
e2e-kind:
27
28
29
30
31
32
with:
@@ -50,6 +54,8 @@ jobs:
50
54
51
55
upgrade-e2e:
52
56
57
58
53
59
60
61
0 commit comments