.github/workflows: add a 3 minute timeout to the irc notifications
This commit is contained in:
parent
a9f3b5c61d
commit
daffd7342f
|
@ -10,6 +10,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
ircnotify:
|
ircnotify:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
timeout-minutes: 3
|
||||||
steps:
|
steps:
|
||||||
- name: irc push
|
- name: irc push
|
||||||
uses: rectalogic/notify-irc@v1
|
uses: rectalogic/notify-irc@v1
|
||||||
|
|
Loading…
Reference in New Issue