Skip to content

Commit

Permalink
ci: test cron job time change for xtd windows build (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhughes-usgs authored Nov 20, 2024
1 parent f59cba6 commit c8aef48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/full-dist-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: MODFLOW 6 full distribution test
on:
schedule:
- cron: '0 2 * * *' # run at 2 AM UTC
- cron: '0 13 * * *' # run at 2 AM UTC
push:
branches:
- master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
cancel-in-progress: true
on:
schedule:
- cron: '0 2 * * *' # run at 2 AM UTC
- cron: '0 13 * * *' # run at 2 AM UTC
push:
branches:
- master
Expand Down

0 comments on commit c8aef48

Please sign in to comment.