This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v3-0-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit f84017a74159b36132adbda2d40c17f46b2c9a2b Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Sun Jul 6 14:38:06 2025 +0200 [v3-0-test] Fix sbom conditions in publish workflow (#52935) (#52937) (cherry picked from commit 601a06d3f47a7fa48dc5d1c07cabb8183b591e9e) Co-authored-by: GPK <gopidesupa...@gmail.com> --- .github/workflows/publish-docs-to-s3.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-docs-to-s3.yml b/.github/workflows/publish-docs-to-s3.yml index 3166c891908..6c1eb1dd48a 100644 --- a/.github/workflows/publish-docs-to-s3.yml +++ b/.github/workflows/publish-docs-to-s3.yml @@ -189,6 +189,7 @@ jobs: - name: "Reinstall breeze from the current version" run: | breeze setup self-upgrade --use-current-airflow-sources + if: inputs.build-sboms working-directory: current-version - name: "Make sure SBOM dir exists and has the right permissions" run: | @@ -212,6 +213,7 @@ jobs: run: | echo "Generated SBOM files:" find ./generated/_build/docs/apache-airflow/stable/sbom/ -type f | sort + if: inputs.build-sboms - name: "Reinstall breeze from ${{ inputs.ref }} reference" run: breeze setup self-upgrade --use-current-airflow-sources