Skip to content

Commit

Permalink
Fix releaseability (#234)
Browse files Browse the repository at this point in the history
Remove releasability conditions to allow manual execution and remove its status from status checks
  • Loading branch information
irina-batinic-sonarsource authored Jul 4, 2024
1 parent 96ef006 commit b8a2a95
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/releasability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b8a2a95

Please sign in to comment.