We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17e9f21 commit ea8efd8Copy full SHA for ea8efd8
.github/workflows/cd.yaml
@@ -11,7 +11,7 @@ jobs:
11
validate:
12
runs-on: ubuntu-latest
13
outputs:
14
- should_release: ${{ steps.verify-ci-status.outputs.result == 'success' && steps.interesting-categories.outputs.interesting == 'true' }}
+ should_release: true
15
steps:
16
- name: Verify CI status
17
uses: jenkins-infra/[email protected]
0 commit comments