From a5f545b9391a221dc76f7c3d25fa4ccd48274e5b Mon Sep 17 00:00:00 2001 From: Jessica Tarra Date: Fri, 8 Dec 2023 11:21:04 -0300 Subject: [PATCH] Update audit github actions --- .github/workflows/audit.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml index 15f9743..d1babf6 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -35,4 +35,5 @@ jobs: if: | matrix.os == 'ubuntu-latest' && github.event_name == 'push' + continue-on-error: true