.github/workflows: add a 3 minute timeout to the irc notifications

This commit is contained in:
Enno Boland
2019-12-19 17:53:27 +01:00
committed by Enno Boland
parent a9f3b5c61d
commit daffd7342f
+1
View File
@@ -10,6 +10,7 @@ on:
jobs:
ircnotify:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- name: irc push
uses: rectalogic/notify-irc@v1