From 975675df7f8139c7dc28630564165b50004a313e Mon Sep 17 00:00:00 2001 From: iBug Date: Tue, 20 Aug 2024 20:13:05 +0800 Subject: [PATCH] Actions: "Call webhook" is allowed to fail --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5c918768cc..08299a90a3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -117,6 +117,7 @@ jobs: - name: Call webhook if: "github.repository == 'ustclug/website' && github.ref == 'refs/heads/master'" + continue-on-error: true env: WEBHOOK_SECRET: ${{ secrets.WEBHOOK_SECRET }} run: ruby _scripts/webhook.rb