Skip to content

Commit

Permalink
Merge pull request #1 from planetscale/update-repo-sync
Browse files Browse the repository at this point in the history
Update repo sync workflow file
  • Loading branch information
raunaqgupta committed Jun 15, 2021
2 parents b37a64c + 9df1158 commit 4767adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repo-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Repo Sync
on:
workflow_dispatch:
schedule:
- cron: '*/15 * * * *' # every 15 minutes. set to whatever interval you like
- cron: '*/10 * * * *' # every 10 minutes. set to whatever interval you like

jobs:
repo-sync:
Expand Down

0 comments on commit 4767adc

Please sign in to comment.