From a0661fecb26d1dcf7c4ef31ceb7f9c75282780ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Walther?= Date: Tue, 17 Jan 2023 10:38:34 +0100 Subject: [PATCH] Github Actions: fix notifications --- .github/workflows/audit_on_dispatch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/audit_on_dispatch.yml b/.github/workflows/audit_on_dispatch.yml index 4f0d576d2a..4785c7d6e4 100644 --- a/.github/workflows/audit_on_dispatch.yml +++ b/.github/workflows/audit_on_dispatch.yml @@ -24,7 +24,7 @@ jobs: path: .github/workflows/support-files/notifications/deny.message notification: needs: cargo-deny - runs-on: ubuntu-20.04 + runs-on: custom-runner-linux steps: - name: Check out repository code uses: actions/checkout@v2