pr-check: Bump schedule to every 5 hours
This commit is contained in:
parent
cd3114e686
commit
a4dbffd210
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr-check.yml
vendored
2
.github/workflows/pr-check.yml
vendored
|
|
@ -3,7 +3,7 @@ name: Check PRs
|
|||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 * * * *'
|
||||
- cron: '0 */5 * * *'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue