Skip to content

Commit

Permalink
ci: further fix to remove verify-ci status
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonhull committed Apr 18, 2023
1 parent 6540e13 commit 9d3c184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Check interesting categories
uses: jenkins-infra/[email protected]
id: interesting-categories
if: steps.verify-ci-status.outputs.result == 'success'
# if: steps.verify-ci-status.outputs.result == 'success'
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_DRAFT_BODY: ${{ steps.draft.outputs.body }}
Expand Down

0 comments on commit 9d3c184

Please sign in to comment.