Skip to content

Commit 696f3c2

Browse files
committed
exclude blackduck from prepare-release
1 parent 3e64644 commit 696f3c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/perform-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
with:
6969
workflow: "Continuous Integration"
7070
sha: ${{ steps.determine-branch-names.outputs.RELEASE_COMMIT }}
71-
excluded-jobs: "[ \"run-blackduck-scan\" ]"
71+
excluded-jobs: "[ \"Run BlackDuck Scan\" ]"
7272

7373
release:
7474
name: "Release"

0 commit comments

Comments
 (0)