From db35caf0bc16ce0cd9276eb17b208cce36bea326 Mon Sep 17 00:00:00 2001 From: Matthew Roberson Date: Thu, 22 Jan 2026 10:11:32 -0600 Subject: [PATCH] [PLT-0] remove build-lbox job from publish.yml --- .github/workflows/publish.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f540d2a6d..11845e6d2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,19 +26,19 @@ permissions: id-token: write jobs: - build-lbox: - permissions: - actions: read - contents: write - id-token: write # Needed to access the workflow's OIDC identity. - packages: write - uses: ./.github/workflows/lbox-publish.yml - with: - tag: ${{ inputs.tag }} - prev_sdk_tag: ${{ inputs.prev_sdk_tag }} - secrets: inherit +# build-lbox: +# permissions: +# actions: read +# contents: write +# id-token: write # Needed to access the workflow's OIDC identity. +# packages: write +# uses: ./.github/workflows/lbox-publish.yml +# with: +# tag: ${{ inputs.tag }} +# prev_sdk_tag: ${{ inputs.prev_sdk_tag }} +# secrets: inherit build: - needs: ['build-lbox'] +# needs: ['build-lbox'] runs-on: ubuntu-latest outputs: hashes: ${{ steps.hash.outputs.hashes }} @@ -252,4 +252,4 @@ jobs: digest: ${{ needs. container-publish.outputs.digest }} registry-username: ${{ github.actor }} secrets: - registry-password: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + registry-password: ${{ secrets.GITHUB_TOKEN }}