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

Commit

Permalink
cron job every monday and thursday
Browse files Browse the repository at this point in the history
  • Loading branch information
baumgm94 committed Dec 6, 2023
1 parent 3991fbf commit 330d1f0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/fork-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: Fork Sync

on:
schedule:
- cron: '*/30 * * * *' # every 30 minutes
workflow_dispatch: # on button click
- cron: '0 7 * * 1,4'
# scheduled at 07:00 every Monday and Thursday

workflow_dispatch: # click the button on Github repo!

jobs:
sync:
Expand Down

0 comments on commit 330d1f0

Please sign in to comment.