Skip to content

Commit

Permalink
Update container-ci.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Jitendra Patil <[email protected]>
  • Loading branch information
jitendra42 authored Nov 14, 2024
1 parent a615ec9 commit a124a08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
####################################################################################################
setup-scan:
needs: [build-containers]
if: ${{ github.event_name == 'pull_request' }}
# if: ${{ github.event_name == 'pull_request' }}
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.scan-matrix.outputs.matrix }}
Expand All @@ -133,7 +133,7 @@ jobs:
run: echo "matrix=$(cat matrix/*-${{ needs.build-containers.outputs.group }}/*.txt | jq -R '.' | jq -sc '. | unique')" >> $GITHUB_OUTPUT
scan-containers:
needs: [setup-scan]
if: ${{ !inputs.no_build && github.event_name == 'pull_request' }}
# if: ${{ !inputs.no_build && github.event_name == 'pull_request' }}
runs-on: ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }}
strategy:
matrix:
Expand Down

0 comments on commit a124a08

Please sign in to comment.