mirror of
https://github.com/0xbow-io/privacy-pools-core.git
synced 2026-01-09 01:17:58 -05:00
Remove relayer deployment for pull requests (#43)
This commit is contained in:
committed by
GitHub
parent
b540a6315a
commit
160470c325
2
.github/workflows/relayer.yml
vendored
2
.github/workflows/relayer.yml
vendored
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user