Skip to content

Commit 5809cf6

Browse files
committed
require test workflow to pass before release
1 parent d2c77b9 commit 5809cf6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ on:
55
- "v*"
66

77
jobs:
8+
test:
9+
uses: ./.github/workflows/test.yml
10+
811
build:
912
name: build distribution
13+
needs: test
1014
runs-on: ubuntu-latest
1115
steps:
1216
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)