Skip to content

Commit fa482e5

Browse files
committed
WIP
1 parent adc8daf commit fa482e5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,9 @@ jobs:
104104
needs: release_check
105105

106106
if: |
107-
needs.release_check.outputs.run_publish == 'true' # &&
107+
needs.release_check.outputs.run_publish == 'true'
108+
109+
# &&
108110
# github.repository == 'ruby/json' &&
109111
# github.ref_name == 'try-auto-release'
110112
# github.event.repository.default_branch

0 commit comments

Comments
 (0)