diff --git a/.github/workflows/bump_dev_version_nightly.yml b/.github/workflows/bump_dev_version_nightly.yml index 1b20a144d..514876c80 100644 --- a/.github/workflows/bump_dev_version_nightly.yml +++ b/.github/workflows/bump_dev_version_nightly.yml @@ -18,7 +18,7 @@ name: Bump dev version in tudat and tudat-feedstock if new commit in last 24 hou on: schedule: - - cron: '0 1 * * *' # This triggers the workflow daily at 3:00 AM CET. GitHub uses UTC time, so 1:00 AM UTC is 3:00 AM CET. + - cron: '0 0 * * *' # This triggers the workflow daily at 0: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.