mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
.github/workflows: add a 3 minute timeout to the irc notifications
This commit is contained in:
parent
a9f3b5c61d
commit
daffd7342f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/notify-irc.yaml
vendored
1
.github/workflows/notify-irc.yaml
vendored
|
@ -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…
Add table
Reference in a new issue