diff --git a/.github/workflows/auto-merge-staging-into-main.yml b/.github/workflows/auto-merge-staging-into-main.yml index 4e9b15e6..80ea3bde 100644 --- a/.github/workflows/auto-merge-staging-into-main.yml +++ b/.github/workflows/auto-merge-staging-into-main.yml @@ -2,7 +2,7 @@ name: Auto Merge Staging into Main on: schedule: - - cron: '0 2 * * *' # 2:00 UTC = 4:00 CET + - cron: '0 2 * * *' # 2:00 UTC = 4:00 Europäische Zeit workflow_dispatch: jobs: