diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 941cec2a..90ac3a94 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -68,7 +68,8 @@ jobs: needs: [init, fast_checks, full_checks, min_version, build, sanitize] if: > github.event.pull_request.head.repo.full_name == github.repository && - startsWith(github.head_ref, 'release/v') + startsWith(github.head_ref, 'release/v') && + !github.event.pull_request.draft uses: ./.github/workflows/release.yml with: ref: ${{ needs.init.outputs.ref }}