From cbe69d437b282ee638529dd7271a90897a6358b9 Mon Sep 17 00:00:00 2001 From: Lorenzo Mattei Date: Fri, 3 Nov 2023 18:29:41 +0100 Subject: [PATCH] Rename job --- .github/workflows/sync-end-to-end.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-end-to-end.yml b/.github/workflows/sync-end-to-end.yml index 510c750f87..5a96a5a1d0 100644 --- a/.github/workflows/sync-end-to-end.yml +++ b/.github/workflows/sync-end-to-end.yml @@ -6,7 +6,7 @@ on: # - cron: '0 4 * * *' # run at 4 AM UTC jobs: - end-to-end-tests: + sync-end-to-end-tests: name: Sync End to end Tests runs-on: macos-13