From 2789b5c5f431d3446df43193e4f434279f0d46b9 Mon Sep 17 00:00:00 2001 From: Patrick Juen Date: Thu, 20 Jun 2024 18:15:59 +0800 Subject: [PATCH] enable all pipelines --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 78fab08..b61aea4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ env: jobs: build-pgo: - if: ${{ false }} # disable for now + # if: ${{ false }} # disable for now name: Build pgo docker image runs-on: ubuntu-latest permissions: @@ -67,7 +67,7 @@ jobs: deploy-pgo: name: Deploy pgo-worker to GKE - if: ${{ false }} # disable for now + # if: ${{ false }} # disable for now runs-on: ubuntu-latest needs: build-pgo permissions: @@ -117,7 +117,7 @@ jobs: permissions: contents: 'read' id-token: 'write' - # needs: deploy-pgo + needs: deploy-pgo steps: - name: Checkout repository uses: actions/checkout@v4