Skip to content

Commit e31d03d

Browse files
gopidesupavanYour Name
authored andcommitted
[v3-0-test] Fix sbom conditions in publish workflow (#52935)
(cherry picked from commit 601a06d) Co-authored-by: GPK <gopidesupavan@gmail.com>
1 parent c3a927f commit e31d03d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish-docs-to-s3.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ jobs:
189189
- name: "Reinstall breeze from the current version"
190190
run: |
191191
breeze setup self-upgrade --use-current-airflow-sources
192+
if: inputs.build-sboms
192193
working-directory: current-version
193194
- name: "Make sure SBOM dir exists and has the right permissions"
194195
run: |
@@ -212,6 +213,7 @@ jobs:
212213
run: |
213214
echo "Generated SBOM files:"
214215
find ./generated/_build/docs/apache-airflow/stable/sbom/ -type f | sort
216+
if: inputs.build-sboms
215217
- name: "Reinstall breeze from ${{ inputs.ref }} reference"
216218
run:
217219
breeze setup self-upgrade --use-current-airflow-sources

0 commit comments

Comments
 (0)