1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 13:16:39 +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: 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: