pr-check: Bump schedule to every 5 hours

This commit is contained in:
bbhtt
2025-06-30 08:57:26 +05:30
parent cd3114e686
commit a4dbffd210
+1 -1
View File
@@ -3,7 +3,7 @@ name: Check PRs
on: on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: '0 * * * *' - cron: '0 */5 * * *'
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}