From 73b4b323dfbc5619786100e7ddf74ea78cb5212c Mon Sep 17 00:00:00 2001 From: Vlad Rugiubei Date: Mon, 9 Feb 2026 10:14:04 +0100 Subject: [PATCH 1/4] Enabled ci for combined workflow release notes --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da786855..85f28616 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,7 @@ name: CI/CD -on: push +on: + workflow_call: concurrency: group: ${{ github.workflow }}-${{ github.ref }} From 1789815e0288a1b936ee3af623bfe84b000d2f35 Mon Sep 17 00:00:00 2001 From: Vlad Rugiubei Date: Mon, 9 Feb 2026 10:15:39 +0100 Subject: [PATCH 2/4] Test --- .github/workflows/combined-workflow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/combined-workflow.yml b/.github/workflows/combined-workflow.yml index 4fd6b646..2006a07b 100644 --- a/.github/workflows/combined-workflow.yml +++ b/.github/workflows/combined-workflow.yml @@ -4,6 +4,7 @@ on: push: branches: - master + - SC-24307/enable_release_workflow pull_request: types: [closed] branches: From 51b3fb3044a590ae8759afd55978b09c07c7dd38 Mon Sep 17 00:00:00 2001 From: Vlad Rugiubei Date: Mon, 9 Feb 2026 11:04:04 +0100 Subject: [PATCH 3/4] Test on open PR --- .github/workflows/combined-workflow.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/combined-workflow.yml b/.github/workflows/combined-workflow.yml index 2006a07b..bde86b0a 100644 --- a/.github/workflows/combined-workflow.yml +++ b/.github/workflows/combined-workflow.yml @@ -28,7 +28,6 @@ jobs: release-notes: needs: security-scan if: | - github.event.pull_request.merged == true && (always() || needs.security-scan.result == 'failure') uses: ./.github/workflows/release-notes.yml secrets: inherit From 6cb334eaff0746ae2c55d1cf77c1fe93c339cac6 Mon Sep 17 00:00:00 2001 From: Vlad Rugiubei Date: Mon, 9 Feb 2026 11:41:05 +0100 Subject: [PATCH 4/4] Fixed release-notes workflow --- .github/workflows/combined-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/combined-workflow.yml b/.github/workflows/combined-workflow.yml index bde86b0a..4fd6b646 100644 --- a/.github/workflows/combined-workflow.yml +++ b/.github/workflows/combined-workflow.yml @@ -4,7 +4,6 @@ on: push: branches: - master - - SC-24307/enable_release_workflow pull_request: types: [closed] branches: @@ -28,6 +27,7 @@ jobs: release-notes: needs: security-scan if: | + github.event.pull_request.merged == true && (always() || needs.security-scan.result == 'failure') uses: ./.github/workflows/release-notes.yml secrets: inherit