Skip to content

Commit

Permalink
workflows: don't build ml-cnpg and dw-cnpg for now
Browse files Browse the repository at this point in the history
  • Loading branch information
vrmiguel committed Feb 6, 2024
1 parent 3af3dcf commit b74fae8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_tembo_pg_slim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ jobs:
done
ml-cnpg-build:
# This job requires standard-cnpg:pg{versions}, which have't been pushed yet
if: false
needs: [pre-build, standard-cnpg-build]
permissions:
id-token: write
Expand Down Expand Up @@ -230,6 +232,8 @@ jobs:
done
dw-cnpg-build:
# This job requires standard-cnpg:pg{versions}, which have't been pushed yet
if: false
needs: [pre-build, standard-cnpg-build]
permissions:
id-token: write
Expand Down

0 comments on commit b74fae8

Please sign in to comment.