Skip to content

Commit 04aa329

Browse files
authored
debug
Signed-off-by: Jitendra Patil <jitendra.patil@intel.com>
1 parent 1d7ddff commit 04aa329

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/container-ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
####################################################################################################
117117
setup-scan:
118118
needs: [build-containers]
119-
if: ${{ github.event_name == 'pull_request' }}
119+
# if: ${{ github.event_name == 'pull_request' }}
120120
runs-on: ubuntu-latest
121121
outputs:
122122
matrix: ${{ steps.scan-matrix.outputs.matrix }}
@@ -154,7 +154,7 @@ jobs:
154154
run: echo "matrix=$(cat matrix/*-${{ needs.build-containers.outputs.group }}/*.txt | jq -R '.' | jq -sc '. | unique')" >> $GITHUB_OUTPUT
155155
scan-containers:
156156
needs: [setup-scan]
157-
if: ${{ !inputs.no_build && github.event_name == 'pull_request' }}
157+
# if: ${{ !inputs.no_build && github.event_name == 'pull_request' }}
158158
runs-on: ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }}
159159
strategy:
160160
matrix:

0 commit comments

Comments
 (0)