Skip to content

Commit

Permalink
Disable GitHub Actions schedule
Browse files Browse the repository at this point in the history
I'd like to run this on-demand for now
  • Loading branch information
mplough-kobold committed Jun 11, 2024
1 parent 00cd7fd commit bccf691
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ on:
pull_request:
branches:
- main
schedule:
- cron: '40 7 * * *'


# Schedule is disabled in this fork
# schedule:
# - cron: '40 7 * * *'


# TODO: probably create a nightly job

jobs:
Expand Down

0 comments on commit bccf691

Please sign in to comment.