From b8a2a95ff2dca002100f4b125f00a726f71175cc Mon Sep 17 00:00:00 2001 From: Irina Batinic <117161143+irina-batinic-sonarsource@users.noreply.github.com> Date: Thu, 4 Jul 2024 17:27:56 +0200 Subject: [PATCH] Fix releaseability (#234) Remove releasability conditions to allow manual execution and remove its status from status checks --- .github/workflows/releasability.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/releasability.yaml b/.github/workflows/releasability.yaml index 7edf9f7e..f24ea859 100644 --- a/.github/workflows/releasability.yaml +++ b/.github/workflows/releasability.yaml @@ -9,12 +9,7 @@ jobs: name: Releasability status permissions: id-token: write - statuses: write contents: read - if: >- - (contains(fromJSON('["main", "master"]'), github.event.check_suite.head_branch) || startsWith(github.event.check_suite.head_branch, 'dogfood-') || startsWith(github.event.check_suite.head_branch, 'branch-')) - && github.event.check_suite.conclusion == 'success' - && github.event.check_suite.app.slug == 'cirrus-ci' steps: - uses: SonarSource/gh-action_releasability/releasability-status@23c9ad31b2d613bade88da898dfdca0b5c65ac69 # v1.2.1 env: