Skip to content

Commit 500ebd1

Browse files
Remove releasability conditions to allow manual execution (#4838)
1 parent df9b0a7 commit 500ebd1

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/releasability.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ jobs:
1111
id-token: write
1212
statuses: write
1313
contents: read
14-
if: >-
15-
(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-'))
16-
&& github.event.check_suite.conclusion == 'success'
17-
&& github.event.check_suite.app.slug == 'cirrus-ci'
1814
steps:
1915
- uses: SonarSource/gh-action_releasability/releasability-status@23c9ad31b2d613bade88da898dfdca0b5c65ac69 # v1.2.1
2016
env:

0 commit comments

Comments
 (0)