Skip to content

Commit

Permalink
Stop workflow from running nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
ehogan committed Dec 19, 2024
1 parent 6df1b65 commit f6fa81c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/install-esmvaltool-run-recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Test Tutorial Recipes
on:
push:
# pull_request: # turn on for tests to run on PRs
schedule:
- cron: '0 4 * * *'
# schedule:
# - cron: '0 4 * * *'

jobs:
install-esmvaltool-and-run-recipes:
Expand Down

0 comments on commit f6fa81c

Please sign in to comment.