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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user