diff --git a/.github/workflows/snapshot-gcp-deploy.yml b/.github/workflows/snapshot-gcp-deploy.yml index aa8925c5..e0a70a90 100644 --- a/.github/workflows/snapshot-gcp-deploy.yml +++ b/.github/workflows/snapshot-gcp-deploy.yml @@ -24,7 +24,6 @@ jobs: DEVELOCITY_BUILD_CACHE_NODE_KEY: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY }} run: ./gradlew build deploy: - if: github.event_name != 'pull_request' name: "Deploy To Google Cloud Run" runs-on: ubuntu-latest needs: build @@ -85,7 +84,6 @@ jobs: --allow-unauthenticated --service-account=${{ secrets.GCLOUD_EMAIL }} deployAnalytics: - if: github.event_name != 'pull_request' name: "Deploy Analytics To Google Cloud Run" runs-on: ubuntu-latest needs: build