We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f68be commit de6892eCopy full SHA for de6892e
.github/workflows/build.yml
@@ -231,7 +231,7 @@ jobs:
231
releaseDraft:
232
name: Release draft
233
if: github.event_name != 'pull_request'
234
- needs: [ build ]
+ needs: [ build, verify ]
235
# needs: [ build]
236
runs-on: ubuntu-latest
237
permissions:
.github/workflows/release.yml
@@ -20,10 +20,6 @@ jobs:
20
contents: write
21
pull-requests: write
22
steps:
23
- # Check event
24
- - name: Print GitHub event action
25
- run: |
26
- echo "${{ github.event.action }}"
27
28
# Check out current repository
29
- name: Fetch Sources
0 commit comments