Skip to content

Commit e423d9e

Browse files
committed
clean up
1 parent d2ac25b commit e423d9e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/perform-release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,14 @@ jobs:
6262
\"dependabot merger\": []
6363
}
6464
65+
- name: "Check Code Release Commit Continuous Integration"
66+
if: ${{ inputs.skip-pr-merge != 'true' }}
67+
uses: ./.github/actions/workflow-succeeded
68+
with:
69+
workflow: "Continuous Integration"
70+
sha: ${{ steps.determine-branch-names.outputs.RELEASE_COMMIT }
71+
excluded-jobs: "[\"blackduck\"]"
72+
6573
release:
6674
name: "Release"
6775
needs: [ prerequisites ]

0 commit comments

Comments
 (0)