Skip to content

Commit

Permalink
Merge pull request #6 from sayari-analytics/update-fork-sync
Browse files Browse the repository at this point in the history
tweak cron CI
  • Loading branch information
davidkonigsberg authored Dec 18, 2023
2 parents f64d6d5 + 83115df commit d492dfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/fork-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Sync Fork

on:
schedule:
- cron: '0 14 * * *' # every day at 2pm GMT / 9am eastern
- cron: '0 14 * * 1' # every monday at 2pm GMT / 9am eastern
workflow_dispatch: # on button click

jobs:
Expand All @@ -17,3 +17,4 @@ jobs:
base: main
head: main
ignore_fail: true
pr_message: "This is an automated PR. @davidkonigsberg please review."

0 comments on commit d492dfe

Please sign in to comment.