mirror of
https://github.com/wez/wezterm.git
synced 2024-11-21 18:12:23 +03:00
ci: refine triggers for no-response workflow
This commit is contained in:
parent
62f4b44881
commit
1c4fdd3f71
6
.github/workflows/no-response.yml
vendored
6
.github/workflows/no-response.yml
vendored
@ -10,9 +10,15 @@ permissions:
|
||||
on:
|
||||
issue_comment:
|
||||
types: [created]
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Schedule for five minutes after the hour, every hour
|
||||
- cron: '5 * * * *'
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- '.github/workflows/no-response.yml'
|
||||
|
||||
jobs:
|
||||
noResponse:
|
||||
|
Loading…
Reference in New Issue
Block a user