We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adc8daf commit fa482e5Copy full SHA for fa482e5
1 file changed
.github/workflows/ci.yml
@@ -104,7 +104,9 @@ jobs:
104
needs: release_check
105
106
if: |
107
- needs.release_check.outputs.run_publish == 'true' # &&
+ needs.release_check.outputs.run_publish == 'true'
108
+
109
+ # &&
110
# github.repository == 'ruby/json' &&
111
# github.ref_name == 'try-auto-release'
112
# github.event.repository.default_branch
0 commit comments