pr-check: Run every 2 hours

This commit is contained in:
bbhtt
2025-08-23 07:54:23 +05:30
parent ca3bac9a42
commit 077487c851

View File

@@ -3,7 +3,7 @@ name: Check PRs
on:
workflow_dispatch:
schedule:
- cron: '0 */5 * * *'
- cron: '0 */2 * * *'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}