mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 04:56:12 +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:
|
on:
|
||||||
issue_comment:
|
issue_comment:
|
||||||
types: [created]
|
types: [created]
|
||||||
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
# Schedule for five minutes after the hour, every hour
|
# Schedule for five minutes after the hour, every hour
|
||||||
- cron: '5 * * * *'
|
- cron: '5 * * * *'
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
paths:
|
||||||
|
- '.github/workflows/no-response.yml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
noResponse:
|
noResponse:
|
||||||
|
Loading…
Reference in New Issue
Block a user