.github/workflows: make IRC notify steps non-fatal
This commit is contained in:
parent
617bbda051
commit
f5587cae21
1
.github/workflows/notify-issue.yaml
vendored
1
.github/workflows/notify-issue.yaml
vendored
|
@ -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
|
||||
|
|
1
.github/workflows/notify-pr.yaml
vendored
1
.github/workflows/notify-pr.yaml
vendored
|
@ -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
|
||||
|
|
1
.github/workflows/notify-push.yaml
vendored
1
.github/workflows/notify-push.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user