Skip to content

Commit 91dc584

Browse files
committed
fix(?) blackduck exclude
1 parent 967156e commit 91dc584

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: "[\"blackduck\"]"
71+
excluded-jobs: "[\"Run BlackDuck Scan\"]"
7272

7373
release:
7474
name: "Release"

0 commit comments

Comments
 (0)