pr-check: Run every 2 hours

This commit is contained in:
bbhtt
2025-08-23 07:54:23 +05:30
parent ca3bac9a42
commit 077487c851
+1 -1
View File
@@ -3,7 +3,7 @@ name: Check PRs
on: on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: '0 */5 * * *' - cron: '0 */2 * * *'
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}