Skip to content

Commit

Permalink
change rebase action from cron to manual dispatch
Browse files Browse the repository at this point in the history
cron only runs on the default branch. We can try to merge it to
master later
  • Loading branch information
ZacBlanco committed Nov 11, 2024
1 parent bb9d4e3 commit c199fbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Nightly Rebase and Push
env:
REBASE_BRANCH: upgradeJava17Bytecode
on:
schedule:
- cron: "0 0 * * *" # Every night at midnight UTC
workflow_dispatch:

jobs:
rebase-branch:
permissions:
Expand Down

0 comments on commit c199fbf

Please sign in to comment.