Skip to content

Commit 0370a28

Browse files
authored
SONARPY-1978 Change CI Releasability checks to always be green allowing us to see the status by looking at the text (#1850)
1 parent 295b5aa commit 0370a28

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/releasability.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@ jobs:
2626
SonarSource/gh-action_releasability/[email protected]
2727
env:
2828
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
29-
with:
30-
ignore-failure: true
29+
continue-on-error: true

0 commit comments

Comments
 (0)