Skip to content

Commit

Permalink
Actions: "Call webhook" is allowed to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
iBug committed Aug 20, 2024
1 parent b663801 commit 975675d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 975675d

Please sign in to comment.