diff --git a/.github/workflows/advance-import.yml b/.github/workflows/advance-import.yml index 729994b..adb8d7f 100644 --- a/.github/workflows/advance-import.yml +++ b/.github/workflows/advance-import.yml @@ -4,12 +4,16 @@ on: schedule: # Runs every 40 minutes. Adjust to slow down: # "0 * * * *" = hourly | "0 */2 * * *" = every 2h | "0 */3 * * *" = every 3h - - cron: "*/40 * * * *" + - cron: "*/20 * * * *" workflow_dispatch: # Manual trigger permissions: contents: write +concurrency: + group: advance-import + cancel-in-progress: true + jobs: advance-import: runs-on: ubuntu-latest