Skip to content

Commit 1376bd0

Browse files
committed
ci: rename job from build to test-lint-audit and add as dependency to release job
1 parent 812499e commit 1376bd0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/release-on-push-to-mainline.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
env:
77
HUSKY: 0
88
jobs:
9-
build:
9+
test-lint-audit:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
@@ -46,6 +46,7 @@ jobs:
4646
run: npm audit --audit-level critical
4747
release:
4848
if: github.event_name == 'push' && github.ref == 'refs/heads/mainline'
49+
needs: test-lint-audit
4950
permissions:
5051
contents: write
5152
issues: write

0 commit comments

Comments
 (0)