From 6efb317ada1b34440e044633a2f585c3a0112d3f Mon Sep 17 00:00:00 2001 From: awalsh128 Date: Mon, 5 Jan 2026 17:01:55 -0800 Subject: [PATCH] Fix build distribute deps --- .github/workflows/action-tests.yml | 2 -- .github/workflows/build-distribute.yml | 1 + .github/workflows/ci.yml | 2 -- .github/workflows/pr.yml | 2 -- 4 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/action-tests.yml b/.github/workflows/action-tests.yml index bd8f24a..186655e 100644 --- a/.github/workflows/action-tests.yml +++ b/.github/workflows/action-tests.yml @@ -33,8 +33,6 @@ jobs: - name: Trigger build-distribute workflow if: steps.check_distribute.outputs.distribute_exists == 'false' uses: ./.github/workflows/build-distribute.yml - with: - ref: ${{ github.ref }} list_all_versions: runs-on: ubuntu-latest name: List all package versions (including deps). diff --git a/.github/workflows/build-distribute.yml b/.github/workflows/build-distribute.yml index dacacfb..e65cd6e 100644 --- a/.github/workflows/build-distribute.yml +++ b/.github/workflows/build-distribute.yml @@ -5,6 +5,7 @@ on: - "v2.*.*" branches: - dev-v2 + workflow_call: permissions: contents: write id-token: write diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 363eef0..f7cbaf7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,8 +30,6 @@ jobs: - name: Trigger build-distribute workflow if: steps.check_distribute.outputs.distribute_exists == 'false' uses: ./.github/workflows/build-distribute.yml - with: - ref: ${{ github.ref }} build: runs-on: ubuntu-latest steps: diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 93fe54d..a1a3be7 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -24,8 +24,6 @@ jobs: - name: Trigger build-distribute workflow if: steps.check_distribute.outputs.distribute_exists == 'false' uses: ./.github/workflows/build-distribute.yml - with: - ref: ${{ github.ref }} trunk_check: name: Trunk Code Quality Runner runs-on: ubuntu-latest