Skip to content

Fix GKE default version and tweak node pool upgrade versioning logic … #27

Fix GKE default version and tweak node pool upgrade versioning logic …

Fix GKE default version and tweak node pool upgrade versioning logic … #27

Workflow file for this run

name: Build (Branch)
on:
push:
branches:
- release-2.8
jobs:
test:
uses: ./.github/workflows/test.yaml
build-branch-and-upload:
uses: ./.github/workflows/build-and-upload.yaml
needs: test
permissions:
contents: 'read'
id-token: 'write'
with:
CI_BRANCH: ${{github.ref_name}}