Skip to content

Commit

Permalink
ci: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed Jun 20, 2024
1 parent dd1d73a commit e5434d8
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .github/workflows/fork-sync-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,18 @@ on:
branches:
- dev-bluelovers
schedule:
- cron: '* * 1 * *'
- cron: '* * 15 * *'
## https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows#scheduled-events-schedule
## ┌───────────── minute (0 - 59)
## │ ┌───────────── hour (0 - 23)
## │ │ ┌───────────── day of the month (1 - 31)
## │ │ │ ┌───────────── month (1 - 12 or JAN-DEC)
## │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
## │ │ │ │ │
## │ │ │ │ │
## │ │ │ │ │
## * * * * *
- cron: '0 0 1 * *'
- cron: '0 0 15 * *'
workflow_dispatch: # on button click

jobs:
Expand All @@ -19,6 +29,6 @@ jobs:
with:
token: ${{ secrets.All2024_TOKEN }}
owner: AUTOMATIC1111
base: dev
head: dev-bluelovers
base: dev-bluelovers
head: dev
merge_method: rebase

0 comments on commit e5434d8

Please sign in to comment.