From 02308169f70d86f600e62e565005355b5affdaa4 Mon Sep 17 00:00:00 2001 From: n8wb Date: Tue, 18 Feb 2025 15:24:19 -0800 Subject: [PATCH] wip --- .github/workflows/relayer.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/relayer.yml b/.github/workflows/relayer.yml index 9e12a88..2c5414f 100644 --- a/.github/workflows/relayer.yml +++ b/.github/workflows/relayer.yml @@ -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: