Commit 04aa329 1 parent 1d7ddff commit 04aa329 Copy full SHA for 04aa329
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116
116
# ###################################################################################################
117
117
setup-scan :
118
118
needs : [build-containers]
119
- if : ${{ github.event_name == 'pull_request' }}
119
+ # if: ${{ github.event_name == 'pull_request' }}
120
120
runs-on : ubuntu-latest
121
121
outputs :
122
122
matrix : ${{ steps.scan-matrix.outputs.matrix }}
@@ -154,7 +154,7 @@ jobs:
154
154
run : echo "matrix=$(cat matrix/*-${{ needs.build-containers.outputs.group }}/*.txt | jq -R '.' | jq -sc '. | unique')" >> $GITHUB_OUTPUT
155
155
scan-containers :
156
156
needs : [setup-scan]
157
- if : ${{ !inputs.no_build && github.event_name == 'pull_request' }}
157
+ # if: ${{ !inputs.no_build && github.event_name == 'pull_request' }}
158
158
runs-on : ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }}
159
159
strategy :
160
160
matrix :
You can’t perform that action at this time.
0 commit comments