From 58f5e09fe6f9377c54eecd092f15eb9ed0187249 Mon Sep 17 00:00:00 2001 From: Matt Moore Date: Wed, 13 Mar 2024 10:26:22 -0700 Subject: [PATCH] Stop updating the old EDU service (#1438) Signed-off-by: Matt Moore --- .github/workflows/cloud-run.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/cloud-run.yaml b/.github/workflows/cloud-run.yaml index 395eb6a183..b26629f67d 100644 --- a/.github/workflows/cloud-run.yaml +++ b/.github/workflows/cloud-run.yaml @@ -58,12 +58,6 @@ jobs: push: true tags: '${{ secrets.REGISTRY_URL }}/${{ secrets.PROJECT_ID }}/${{ secrets.REPOSITORY }}/${{ secrets.SERVICE }}:${{ github.sha }}' - - name: Deploy to Cloud Run - uses: 'google-github-actions/deploy-cloudrun@5081b8db809e5800ddffa3c692d71da0cb670a34' # v0.10.3 - with: - service: 'academy' - image: '${{ secrets.REGISTRY_URL }}/${{ secrets.PROJECT_ID }}/${{ secrets.REPOSITORY }}/${{ secrets.SERVICE }}:${{ github.sha }}' - # Attempt to deploy the terraform configuration - uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v2.0.0 with: