.github/workflows: make IRC notify steps non-fatal

This commit is contained in:
Enno Boland 2020-01-27 22:16:01 +01:00
parent 617bbda051
commit f5587cae21
No known key found for this signature in database
GPG key ID: 5A7B9F1D0DFEB55D
3 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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