From 25965e0ca802626336a6d79ede6569fdc37ee3c1 Mon Sep 17 00:00:00 2001 From: Katalina Okano Date: Sun, 6 Dec 2020 21:03:05 -0500 Subject: [PATCH] GAR job doesn't need a needs --- .github/workflows/gar-cleanup.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/gar-cleanup.yml b/.github/workflows/gar-cleanup.yml index d473786..a39c920 100644 --- a/.github/workflows/gar-cleanup.yml +++ b/.github/workflows/gar-cleanup.yml @@ -13,8 +13,6 @@ jobs: docker_cleanup: name: Cleanup Deployed Images runs-on: ubuntu-latest - needs: - - docker_sync strategy: matrix: region: [us, europe, asia]