diff --git a/.github/workflows/notify-issue.yaml b/.github/workflows/notify-issue.yaml index d218f59b15..5627724ca1 100644 --- a/.github/workflows/notify-issue.yaml +++ b/.github/workflows/notify-issue.yaml @@ -16,6 +16,7 @@ jobs: url: "${{ github.event.issue.html_url }}" - name: "Issue Notification" uses: Gottox/irc-message-action@master + continue-on-error: true if: github.repository == 'void-linux/void-packages' with: notice: true diff --git a/.github/workflows/notify-pr.yaml b/.github/workflows/notify-pr.yaml index edc1386afc..fac7f615f0 100644 --- a/.github/workflows/notify-pr.yaml +++ b/.github/workflows/notify-pr.yaml @@ -16,6 +16,7 @@ jobs: url: "${{ github.event.pull_request.html_url }}" - name: "Pull Request Notification" uses: Gottox/irc-message-action@master + continue-on-error: true if: github.repository == 'void-linux/void-packages' with: notice: true diff --git a/.github/workflows/notify-push.yaml b/.github/workflows/notify-push.yaml index a28520e017..b8a73d3688 100644 --- a/.github/workflows/notify-push.yaml +++ b/.github/workflows/notify-push.yaml @@ -16,6 +16,7 @@ jobs: url: "${{ github.event.compare }}" - name: "Push Notification" uses: Gottox/irc-message-action@master + continue-on-error: true if: github.repository == 'void-linux/void-packages' with: notice: true