From cd7f2ecc40b605c9598434ddec4d71407cfa0b07 Mon Sep 17 00:00:00 2001 From: Tony Hsu Date: Tue, 13 Aug 2024 16:58:44 +0200 Subject: [PATCH] Only schedule --- .github/workflows/vaccine.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vaccine.yml b/.github/workflows/vaccine.yml index 8c6ff98..cebe806 100644 --- a/.github/workflows/vaccine.yml +++ b/.github/workflows/vaccine.yml @@ -72,7 +72,7 @@ jobs: notify: runs-on: ubuntu-latest needs: inoculate - if: always() + if: always() && github.event_name == 'schedule' steps: - if: ${{ needs.inoculate.result == 'success' }} name: Notify on success