Skip to content

Commit e7484b7

Browse files
committed
ci: requiring e2e prior to release
1 parent 64b3360 commit e7484b7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ on:
66
- 'v*'
77

88
jobs:
9-
test-build:
10-
uses: ./.github/workflows/test-build.yaml
11-
permissions:
12-
contents: write
139
e2e:
1410
uses: ./.github/workflows/e2e.yaml
1511
with:
1612
smoke: false
13+
test-build:
14+
needs: e2e
15+
uses: ./.github/workflows/test-build.yaml
16+
permissions:
17+
contents: write
1718
release:
1819
needs: test-build
1920
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)