Skip to content

Commit bdae3cf

Browse files
Added the need flag for release job
1 parent 0fd8585 commit bdae3cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727

2828
release:
2929
if: github.event.pull_request.merged && startsWith(github.event.pull_request.head.ref, 'release/')
30+
needs: rl-scanner
3031
runs-on: ubuntu-latest
3132

3233
steps:

0 commit comments

Comments
 (0)