diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d33c1e73..d74f0ac9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,7 @@ jobs: publish-artifacts: runs-on: ubuntu-latest # needs: [ 'build', 'checksecret' ] - needs: [ 'build', 'checksecret' ] + needs: [ 'checksecret' ] if: needs.checksecret.outputs.HAVE_SECRETS == 'true' strategy: matrix: @@ -79,7 +79,7 @@ jobs: runs-on: ubuntu-latest continue-on-error: false # needs: [ 'build', 'checksecret' ] - needs: [ 'build', 'checksecret' ] + needs: [ 'checksecret' ] #if: ${{ ((github.event_name == 'release') && (github.event.action == 'published')) || (github.event_name == 'workflow_dispatch') }} strategy: matrix: