aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorEnno Boland <gottox@voidlinux.org>2020-01-27 21:16:01 +0000
committerEnno Boland <gottox@voidlinux.org>2020-01-27 21:16:13 +0000
commitf5587cae21bf604eef64f9ee8ecded49596530b0 (patch)
treed835bfed174b39f289e7ce91a56237143bb2b486 /.github/workflows
parent617bbda051ec60994f23c5ab27e17ff15a9b8d37 (diff)
downloadvoid-packages-f5587cae21bf604eef64f9ee8ecded49596530b0.tar
void-packages-f5587cae21bf604eef64f9ee8ecded49596530b0.tar.gz
void-packages-f5587cae21bf604eef64f9ee8ecded49596530b0.tar.bz2
void-packages-f5587cae21bf604eef64f9ee8ecded49596530b0.tar.lz
void-packages-f5587cae21bf604eef64f9ee8ecded49596530b0.tar.xz
void-packages-f5587cae21bf604eef64f9ee8ecded49596530b0.tar.zst
void-packages-f5587cae21bf604eef64f9ee8ecded49596530b0.zip
.github/workflows: make IRC notify steps non-fatal
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/notify-issue.yaml1
-rw-r--r--.github/workflows/notify-pr.yaml1
-rw-r--r--.github/workflows/notify-push.yaml1
3 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/notify-issue.yaml b/.github/workflows/notify-issue.yaml
index d218f59b158..5627724ca1c 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 edc1386afc5..fac7f615f02 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 a28520e017f..b8a73d36884 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