Skip to content

Commit

Permalink
ci: refine triggers for no-response workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wez committed Sep 22, 2024
1 parent 62f4b44 commit 1c4fdd3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/no-response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1c4fdd3

Please sign in to comment.