Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
tweak cron CI
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkonigsberg committed Dec 18, 2023
1 parent 01bdaac commit 13421b1
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 @@

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 @@
base: main
head: main
ignore_fail: true
pr_message: "This is an automated PR. @davidkonigsberg please review."

0 comments on commit 13421b1

Please sign in to comment.