diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2a2b22b..0e86519 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -231,7 +231,7 @@ jobs: releaseDraft: name: Release draft if: github.event_name != 'pull_request' - needs: [ build ] + needs: [ build, verify ] # needs: [ build] runs-on: ubuntu-latest permissions: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2ff1894..6da8b70 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,10 +20,6 @@ jobs: contents: write pull-requests: write steps: - # Check event - - name: Print GitHub event action - run: | - echo "${{ github.event.action }}" # Check out current repository - name: Fetch Sources