From d080d661f7d48dded24e6c49408133db9067dc01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Walther?= Date: Wed, 10 Aug 2022 16:29:54 +0200 Subject: [PATCH] Added audit workflow --- .github/workflows/audit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index bf596b12eb..e4fcff684e 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -11,6 +11,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} notification: + if: ${{ failure() }} needs: security_audit runs-on: ubuntu-latest steps: