diff --git a/.github/workflows/Sync-End-to-End-tests.yml b/.github/workflows/Sync-End-to-End-tests.yml index 4d167776c0..e450a7b079 100644 --- a/.github/workflows/Sync-End-to-End-tests.yml +++ b/.github/workflows/Sync-End-to-End-tests.yml @@ -9,7 +9,7 @@ on: - cron: '0 5 * * *' # run at 5 AM UTC jobs: - sync-end-to-end-tests: + e2e: name: Sync End to end Tests runs-on: macos-13-xlarge