From 48f1f63813cb4b7b59f991caec79cef860297e20 Mon Sep 17 00:00:00 2001 From: Frank Scholter Peres Date: Mon, 14 Sep 2026 12:12:58 +0000 Subject: [PATCH] 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