From 52340ec4c0cb77ed1e553fc06386deb6c942c0bd Mon Sep 17 00:00:00 2001 From: DominicDirkx Date: Tue, 8 Oct 2024 07:37:11 +0200 Subject: [PATCH] Update bump_dev_version_nightly.yml --- .github/workflows/bump_dev_version_nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.