From f56661ee074377ef061ffb36dd05ae4c6f4886d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Fri, 16 Dec 2022 09:28:28 +0100 Subject: [PATCH] Disable the auditing in the development branch (master) --- .github/workflows/audit.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml index 43b935677..13d693790 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -22,7 +22,6 @@ jobs: - '1.2' - '1.3' - '1.4' - - master steps: - uses: actions/checkout@v3