mirror of
https://github.com/0xbow-io/privacy-pools-core.git
synced 2026-01-10 09:58:00 -05:00
wip
This commit is contained in:
12
.github/workflows/relayer.yml
vendored
12
.github/workflows/relayer.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
pull_request:
|
||||
paths:
|
||||
- "packages/relayer/**"
|
||||
- ".github/workflows/**"
|
||||
- ".github/workflows/relayer.yml"
|
||||
push:
|
||||
branches: [main, dev, setup-pipeline]
|
||||
|
||||
@@ -70,8 +70,10 @@ jobs:
|
||||
id-token: write
|
||||
contents: read
|
||||
steps:
|
||||
- name: Checkout
|
||||
- name: Check out github repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 1
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Google Auth
|
||||
@@ -104,13 +106,15 @@ jobs:
|
||||
if: github.ref == 'refs/heads/setup-pipeline'
|
||||
name: Deploy to Staging
|
||||
runs-on: ubuntu-latest
|
||||
needs: [push-staging, unit]
|
||||
needs: [push-staging]
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
steps:
|
||||
- name: Checkout
|
||||
- name: Check out github repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 1
|
||||
- name: Set up Helm
|
||||
uses: azure/setup-helm@v4.1.0
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user