From d7d88e8fe709292a3a21815ae7f7b5b4a9e3ef12 Mon Sep 17 00:00:00 2001 From: Josh Furie Date: Sat, 20 Jul 2024 13:12:50 -0700 Subject: [PATCH] chore: Remove unused test workflow file --- .github/workflows/develop.deploy-functions.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/develop.deploy-functions.yml b/.github/workflows/develop.deploy-functions.yml index a03c79289..ee213e155 100644 --- a/.github/workflows/develop.deploy-functions.yml +++ b/.github/workflows/develop.deploy-functions.yml @@ -80,9 +80,6 @@ jobs: service: ${{vars.APP_NAME}} image: 'gcr.io/${{ vars.PROJECT_ID }}/${{ vars.DOCKER_IMAGE_NAME }}:latest' - - name: 'Use output' - run: 'curl "${{ steps.deploy.outputs.url }}"' - - name: Update deployment status (success) if: success() uses: chrnorm/deployment-status@v2