This commit is contained in:
n8wb
2025-02-18 15:24:19 -08:00
parent cd09be1482
commit 02308169f7

View File

@@ -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: