Skip to content

Commit 1ceed8e

Browse files
committed
WIP
1 parent b31e096 commit 1ceed8e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ jobs:
109109
# github.ref_name == github.event.repository.default_branch
110110

111111
if: |
112-
needs.release_check.outputs.run_publish == 'true'
112+
needs.release_check.outputs.run_publish == 'true' &&
113+
github.repository == 'ruby/json'
113114
114115
runs-on: ubuntu-latest
115116

0 commit comments

Comments
 (0)