Skip to content

Commit 325dfb4

Browse files
committed
remove temporary pr override
Signed-off-by: Matt Wrock <matt@mattwrock.com>
1 parent 50eb771 commit 325dfb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-main-pull-request-stub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ jobs:
259259
# BLACKDUCK_SBOM_URL — e.g. https://your-instance.blackducksoftware.com
260260
# BLACKDUCK_SCA_TOKEN — a BlackDuck personal access token with BOM write rights
261261
- name: Import SBOM into BlackDuck
262-
# if: github.event_name != 'pull_request'
262+
if: github.event_name != 'pull_request'
263263
env:
264264
BLACKDUCK_URL: ${{ secrets.BLACKDUCK_SBOM_URL }}
265265
BLACKDUCK_API_TOKEN: ${{ secrets.BLACKDUCK_SCA_TOKEN }}

0 commit comments

Comments
 (0)