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