Skip to content

Commit

Permalink
Disable nightly-merge cron schedule for now
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Jan 6, 2024
1 parent 2d64b3b commit 70874b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: nightly-merge
on:
push:
branches: [nightly-merge-test]
schedule:
- cron: '0 14 * * *' # At 14:00 UTC every day
# schedule:
# - cron: '0 14 * * *' # At 14:00 UTC every day

jobs:
nightly-merge:
Expand Down

0 comments on commit 70874b1

Please sign in to comment.