Skip to content

Commit 26507fb

Browse files
committed
ci: fixed ordering for release
1 parent 7f4d6b4 commit 26507fb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
permissions:
1212
contents: write
1313
e2e:
14+
needs: test-build
1415
uses: ./.github/workflows/e2e.yaml
1516
with:
1617
smoke: false

.github/workflows/test-build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Test and build
22

33
on:
44
workflow_call:
5+
workflow_dispatch:
56

67
jobs:
78
test:

0 commit comments

Comments
 (0)