Remove relayer deployment for pull requests (#43)

This commit is contained in:
Nathaniel Blakely
2025-03-13 11:41:36 -07:00
committed by GitHub
parent b540a6315a
commit 160470c325

View File

@@ -67,6 +67,7 @@ jobs:
- name: Run tests with coverage
run: yarn test:cov
push-staging:
if: github.ref == 'refs/heads/dev'
name: Push Image to Staging
runs-on: ubuntu-latest
permissions:
@@ -106,6 +107,7 @@ jobs:
us-central1-docker.pkg.dev/${{ vars.GCP_PROJECT }}/privacy-pools-core/staging/relayer:${{ github.sha }}
us-central1-docker.pkg.dev/${{ vars.GCP_PROJECT }}/privacy-pools-core/staging/relayer:latest
deploy-staging:
if: github.ref == 'refs/heads/dev'
name: Deploy to Staging
runs-on: ubuntu-latest
needs: [push-staging]