Skip to content

Commit 0e71773

Browse files
Remove useless step in the common IDE release pipeline
1 parent 43fb412 commit 0e71773

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/ide-automated-release.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -51,21 +51,6 @@ on:
5151
value: ${{ jobs.release-in-jira.outputs.new-version }}
5252

5353
jobs:
54-
pre-release-checks:
55-
name: Pre-release checks
56-
runs-on: github-ubuntu-latest-s
57-
permissions:
58-
statuses: read
59-
contents: write
60-
pull-requests: write
61-
id-token: write
62-
steps:
63-
- name: Check Releasability Status
64-
uses: SonarSource/release-github-actions/check-releasability-status@v1
65-
with:
66-
branch: ${{ inputs.branch }}
67-
with-optional-checks: ${{ inputs.with-optional-checks }}
68-
6954
prepare-release:
7055
name: Prepare release
7156
runs-on: github-ubuntu-latest-s

0 commit comments

Comments
 (0)