Skip to content

Commit

Permalink
Don't automatically update and rebase every day
Browse files Browse the repository at this point in the history
  • Loading branch information
kfischer-okarin authored Oct 24, 2020
1 parent 1343a12 commit 292e9a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-with-origin.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Sync redmine-dev-mirror with redmine/redmine

on:
schedule:
- cron: "0 19 * * *" # 4 AM JST
# schedule:
# - cron: "0 19 * * *" # 4 AM JST
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 292e9a6

Please sign in to comment.