Skip to content

Commit

Permalink
fix periodic workflow (#18)
Browse files Browse the repository at this point in the history
 to get correct status of matrix job (not 'skipped' or 'cancelled') need to set fail-fast to false
  • Loading branch information
brucehoff authored Feb 2, 2025
1 parent 556e583 commit ce754c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/trivy_periodic_image_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
notebook_type:
- jupyter
- rstudio
fail-fast: false
uses: "./.github/workflows/trivy.yml"
with:
NOTEBOOK_TYPE: ${{ matrix.notebook_type }}
Expand Down

0 comments on commit ce754c7

Please sign in to comment.