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
This commit is contained in:
Péter Gál
2021-08-30 13:27:30 +02:00
committed by GitHub
parent b4fc591398
commit 4175037fb0
+1 -1
View File
@@ -293,7 +293,7 @@ jobs:
Notification: Notification:
runs-on: ubuntu-latest 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: steps:
- uses: rectalogic/notify-irc@v1 - uses: rectalogic/notify-irc@v1
with: with: