Github Actions: fix notifications

This commit is contained in:
Raphaël Walther
2023-01-17 10:38:34 +01:00
parent d4298c61a0
commit a0661fecb2
+1 -1
View File
@@ -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