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 7f4d6b4 commit 26507fbCopy full SHA for 26507fb
.github/workflows/release.yaml
@@ -11,6 +11,7 @@ jobs:
11
permissions:
12
contents: write
13
e2e:
14
+ needs: test-build
15
uses: ./.github/workflows/e2e.yaml
16
with:
17
smoke: false
.github/workflows/test-build.yaml
@@ -2,6 +2,7 @@ name: Test and build
2
3
on:
4
workflow_call:
5
+ workflow_dispatch:
6
7
jobs:
8
test:
0 commit comments