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