We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3a927f commit e31d03dCopy full SHA for e31d03d
1 file changed
.github/workflows/publish-docs-to-s3.yml
@@ -189,6 +189,7 @@ jobs:
189
- name: "Reinstall breeze from the current version"
190
run: |
191
breeze setup self-upgrade --use-current-airflow-sources
192
+ if: inputs.build-sboms
193
working-directory: current-version
194
- name: "Make sure SBOM dir exists and has the right permissions"
195
@@ -212,6 +213,7 @@ jobs:
212
213
214
echo "Generated SBOM files:"
215
find ./generated/_build/docs/apache-airflow/stable/sbom/ -type f | sort
216
217
- name: "Reinstall breeze from ${{ inputs.ref }} reference"
218
run:
219
0 commit comments