From ce754c76087efea3aaf0cd07baea927578419af3 Mon Sep 17 00:00:00 2001 From: Bruce Hoff Date: Sun, 2 Feb 2025 02:17:05 -0800 Subject: [PATCH] fix periodic workflow (#18) to get correct status of matrix job (not 'skipped' or 'cancelled') need to set fail-fast to false --- .github/workflows/trivy_periodic_image_scan.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/trivy_periodic_image_scan.yml b/.github/workflows/trivy_periodic_image_scan.yml index 58ccbad..94d9a5d 100644 --- a/.github/workflows/trivy_periodic_image_scan.yml +++ b/.github/workflows/trivy_periodic_image_scan.yml @@ -39,6 +39,7 @@ jobs: notebook_type: - jupyter - rstudio + fail-fast: false uses: "./.github/workflows/trivy.yml" with: NOTEBOOK_TYPE: ${{ matrix.notebook_type }}