We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43fb412 commit 0e71773Copy full SHA for 0e71773
.github/workflows/ide-automated-release.yml
@@ -51,21 +51,6 @@ on:
51
value: ${{ jobs.release-in-jira.outputs.new-version }}
52
53
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
-
69
prepare-release:
70
name: Prepare release
71
runs-on: github-ubuntu-latest-s
0 commit comments