From 3b3b736635d9738fff9938fa1d7b39fff5f412bf Mon Sep 17 00:00:00 2001 From: Johann Beleites Date: Wed, 3 Jul 2024 16:43:45 +0200 Subject: [PATCH] Remove releasability conditions to allow manual execution --- .github/workflows/releasability.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/releasability.yaml b/.github/workflows/releasability.yaml index 7edf9f7e02a..72fcd5df45f 100644 --- a/.github/workflows/releasability.yaml +++ b/.github/workflows/releasability.yaml @@ -11,10 +11,6 @@ jobs: 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: