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 37bc973 commit bd8a983Copy full SHA for bd8a983
.github/workflows/temp-e2e-verification.yml
@@ -0,0 +1,15 @@
1
+name: Temporary - E2E Verification
2
+
3
+concurrency:
4
+ group: temp-e2e-test-${{ github.ref }}
5
+ cancel-in-progress: true
6
7
+on:
8
+ push:
9
+ branches:
10
+ - fix/v5-e2e-testing
11
12
+jobs:
13
+ e2e:
14
+ secrets: inherit
15
+ uses: ./.github/workflows/callable-release-verification.yml
0 commit comments