1
1
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:
Wez Furlong 2024-09-21 20:46:52 -07:00
parent 62f4b44881
commit 1c4fdd3f71
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387

View File

@ -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: