Skip to content

Commit ea8efd8

Browse files
Update cd.yaml
1 parent 17e9f21 commit ea8efd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
validate:
1212
runs-on: ubuntu-latest
1313
outputs:
14-
should_release: ${{ steps.verify-ci-status.outputs.result == 'success' && steps.interesting-categories.outputs.interesting == 'true' }}
14+
should_release: true
1515
steps:
1616
- name: Verify CI status
1717
uses: jenkins-infra/[email protected]

0 commit comments

Comments
 (0)