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

tweak cron CI #12

Merged
merged 1 commit into from
Dec 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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."