diff --git a/.github/workflows/cmangos-tbc-ubuntu-build.yml b/.github/workflows/cmangos-tbc-ubuntu-build.yml index 65a05e796..e83dceaf6 100644 --- a/.github/workflows/cmangos-tbc-ubuntu-build.yml +++ b/.github/workflows/cmangos-tbc-ubuntu-build.yml @@ -7,7 +7,7 @@ name: CMaNGOS TBC Ubuntu Build on: schedule: # every day at 6am - - cron: '20 * * *' + - cron: '20 6 * * *' env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)