Skip to content

Commit ce754c7

Browse files
authored
fix periodic workflow (#18)
to get correct status of matrix job (not 'skipped' or 'cancelled') need to set fail-fast to false
1 parent 556e583 commit ce754c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/trivy_periodic_image_scan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
notebook_type:
4040
- jupyter
4141
- rstudio
42+
fail-fast: false
4243
uses: "./.github/workflows/trivy.yml"
4344
with:
4445
NOTEBOOK_TYPE: ${{ matrix.notebook_type }}

0 commit comments

Comments
 (0)