We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dfd58a commit bd6accbCopy full SHA for bd6accb
.github/workflows/build-push-artifacts.yml
@@ -40,7 +40,7 @@ jobs:
40
packages: write # required for pushing container images
41
security-events: write # required for pushing SARIF files
42
needs: changes
43
- # if: ${{ needs.changes.outputs.images == 'true' || github.ref_type == 'tag' }}
+ if: ${{ needs.changes.outputs.images == 'true' || github.ref_type == 'tag' }}
44
strategy:
45
matrix:
46
include:
0 commit comments