Skip to content

Commit

Permalink
Update bump_dev_version_nightly.yml
Browse files Browse the repository at this point in the history
Changing nightly build time for test
  • Loading branch information
DominicDirkx authored Oct 8, 2024
1 parent 7cb8bc3 commit f9789b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump_dev_version_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name: Bump dev version in tudatpy and tudatpy-feedstock if new commit in last 24

on:
schedule:
- cron: '0 5 * * *' # This triggers the workflow daily at 5:00 AM UTC.
- cron: '0 6 * * *' # This triggers the workflow daily at 8:00 AM UTC.
workflow_dispatch: # This facilitates manual triggering of the workflow from the Actions tab of the repository in case the scheduled run fails.


Expand Down

0 comments on commit f9789b4

Please sign in to comment.