Skip to content

Commit

Permalink
ci: remove verify-ci-status check
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonhull committed Apr 18, 2023
1 parent afd265b commit 6540e13
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 @@ -25,7 +25,7 @@ jobs:
validate:
runs-on: ubuntu-latest
outputs:
should_release: ${{ steps.verify-ci-status.outputs.result == 'success' && steps.interesting-categories.outputs.interesting == 'true' }}
should_release: ${{ steps.interesting-categories.outputs.interesting == 'true' }}
steps:
# - name: Verify CI status
# uses: jenkins-infra/[email protected]
Expand Down

0 comments on commit 6540e13

Please sign in to comment.