From 9b8978b4d496b70b79510b59870e74cd74f3a7aa Mon Sep 17 00:00:00 2001 From: Hunia Fatima Date: Wed, 11 Sep 2024 15:45:44 +0500 Subject: [PATCH] fix: check if the git checkout is required --- .github/workflows/push-registrar-image.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/push-registrar-image.yml b/.github/workflows/push-registrar-image.yml index 31143f9bda..546d76cc26 100644 --- a/.github/workflows/push-registrar-image.yml +++ b/.github/workflows/push-registrar-image.yml @@ -15,9 +15,6 @@ jobs: runs-on: ubuntu-latest steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Get tag name id: get-tag-name uses: actions/github-script@v5