Skip to content

Commit

Permalink
[291] Debug matrix inputs.
Browse files Browse the repository at this point in the history
  • Loading branch information
GROwen committed Sep 3, 2024
1 parent 78475fe commit c57d7c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vulnerability-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
uses: druzsan/setup-matrix@v2
with:
matrix: |
images: ${{ fromJson(vars.IMAGES) }}
images: ${{ vars.IMAGES }}
exclude:
- images: mailpit
- if: github.ref_name != '5.x'
uses: druzsan/setup-matrix@v2
with:
matrix: |
images: ${{ fromJson(vars.IMAGES) }}
images: ${{ vars.IMAGES }}
- id: setup-matrix
run: echo "matrix=$MATRIX" >> $GITHUB_OUTPUT
outputs:
Expand Down

0 comments on commit c57d7c9

Please sign in to comment.