From 4175037fb0ad16b7839014a486bb31ff1f316c3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20G=C3=A1l?= Date: Mon, 30 Aug 2021 13:27:30 +0200 Subject: [PATCH] Disable IRC notification action to have a green master (#4753) IRC notification GitHub action returns an error at the moment and makes the master red (even if all builds passed). Disable this action till we fix the notification. JerryScript-DCO-1.0-Signed-off-by: Peter Gal pgal.usz@partner.samsung.com --- .github/workflows/gh-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-actions.yml b/.github/workflows/gh-actions.yml index 167eee749..5cca4d0a4 100644 --- a/.github/workflows/gh-actions.yml +++ b/.github/workflows/gh-actions.yml @@ -293,7 +293,7 @@ jobs: Notification: runs-on: ubuntu-latest - if: github.event_name == 'push' && github.repository == 'jerryscript-project/jerryscript' + if: false && github.event_name == 'push' && github.repository == 'jerryscript-project/jerryscript' steps: - uses: rectalogic/notify-irc@v1 with: