Skip to content

Commit

Permalink
Remove releasability conditions to allow manual execution (#4838)
Browse files Browse the repository at this point in the history
  • Loading branch information
johann-beleites-sonarsource authored Jul 3, 2024
1 parent df9b0a7 commit 500ebd1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/releasability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 500ebd1

Please sign in to comment.