Skip to content

Commit

Permalink
ci: update workflow interval (#63)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
  • Loading branch information
katexochen committed Jul 10, 2023
1 parent 61b53c4 commit 4e47d42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Sync personal forks

on:
schedule:
# Run every 3 hours from 6am UTC/8am CEST to 3pm UTC/5pm CEST on weekdays
- cron: '0 6-15/3 * * 1-5'
# Run every 3 hours from 6am UTC/8am CEST to 3pm UTC/5pm CEST
- cron: '0 6-15/3 * * *'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 4e47d42

Please sign in to comment.