From 48f1f63813cb4b7b59f991caec79cef860297e20 Mon Sep 17 00:00:00 2001 From: Frank Scholter Peres Date: Mon, 14 Sep 2026 12:12:58 +0000 Subject: [PATCH 1/2] remove_tag_constraint --- .github/workflows/test_and_docs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test_and_docs.yml b/.github/workflows/test_and_docs.yml index 1934d8a178b..94573e42922 100644 --- a/.github/workflows/test_and_docs.yml +++ b/.github/workflows/test_and_docs.yml @@ -124,7 +124,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload build tools SBOM to release uses: softprops/action-gh-release@v1 - if: github.ref_type == 'tag' with: files: bazel-bin/build_tools_sbom.spdx.json - name: Build documentation From b4db7a2aa3170f43b2a863a814353160350e30df Mon Sep 17 00:00:00 2001 From: "Frank Scholter Peres(MBTI)" <145544737+FScholPer@users.noreply.github.com> Date: Thu, 17 Sep 2026 09:56:13 +0200 Subject: [PATCH 2/2] Rename upload step for build tools SBOM Signed-off-by: Frank Scholter Peres(MBTI) <145544737+FScholPer@users.noreply.github.com> --- .github/workflows/test_and_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_docs.yml b/.github/workflows/test_and_docs.yml index 94573e42922..e9364f3ec0a 100644 --- a/.github/workflows/test_and_docs.yml +++ b/.github/workflows/test_and_docs.yml @@ -122,7 +122,7 @@ jobs: files: ${{ github.event.repository.name }}_test_reports.zip env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Upload build tools SBOM to release + - name: Upload build tools SBOM uses: softprops/action-gh-release@v1 with: files: bazel-bin/build_tools_sbom.spdx.json