From c1d45caaf36cf0b619278fd0f3f98b0617d41d97 Mon Sep 17 00:00:00 2001 From: Abhijeet Date: Fri, 20 Sep 2024 10:41:00 +0530 Subject: [PATCH] chore: Remove pg build input for build docker as not needed anymore --- .github/workflows/pr-cypress.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pr-cypress.yml b/.github/workflows/pr-cypress.yml index f3fba4a9820e..b64c4c6cf195 100644 --- a/.github/workflows/pr-cypress.yml +++ b/.github/workflows/pr-cypress.yml @@ -62,7 +62,6 @@ jobs: secrets: inherit with: pr: ${{ github.event.number }} - is-pg-build: ${{ inputs.is-pg-build }} ci-test: needs: [build-docker-image]