Skip to content

Commit

Permalink
remove unneeded condition on snapshot GCP workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfredley committed Dec 11, 2024
1 parent 3bfea4e commit bd738f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/snapshot-gcp-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bd738f5

Please sign in to comment.