Skip to content

Commit

Permalink
Re-add blocker to push image on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
louptheron committed Feb 15, 2024
1 parent 2a3ffb1 commit 5d7ea7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ jobs:
name: Push to registry
needs: [version, e2e_test, e2e_multi_windows_test]
runs-on: ubuntu-22.04
if: needs.version.outputs.IS_RELEASE && !contains(github.ref, 'dependabot')
env:
IS_RELEASE: ${{ needs.version.outputs.IS_RELEASE }}
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
Expand Down

0 comments on commit 5d7ea7f

Please sign in to comment.