Skip to content

Commit 45ce03c

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent ab4bd5c commit 45ce03c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integration-build-product.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2642,7 +2642,7 @@ jobs:
26422642
GITHUB_TOKEN: ${{ secrets.gh_token }}
26432643

26442644
- name: Publish SBOMs to Dependency Track
2645-
if: ${{ inputs.generate_sbom }}
2645+
if: ${{ inputs.generate_sbom && inputs.is_nightly_run == false && github.event_name != 'pull_request' && needs.Generate-SBOM.result == 'success' && secrets.dependency_track_api_key != '' }}
26462646
continue-on-error: true
26472647
shell: bash
26482648
run: |

0 commit comments

Comments
 (0)