Skip to content

Commit

Permalink
enable all pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-bcw committed Jun 20, 2024
1 parent d940810 commit 2789b5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2789b5c

Please sign in to comment.