mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 20:19:19 +00:00
Disabled gem sync for Ruby 4.0 release
This commit is contained in:
parent
74a365310c
commit
2117e612ca
Notes:
git
2025-12-17 02:12:19 +00:00
6
.github/workflows/sync_default_gems.yml
vendored
6
.github/workflows/sync_default_gems.yml
vendored
@ -1,4 +1,8 @@
|
||||
name: Sync default gems
|
||||
|
||||
env:
|
||||
DEFAULT_GEM_SYNC_ENABLED: false
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
@ -58,7 +62,7 @@ jobs:
|
||||
run: |
|
||||
git pull --rebase origin ${GITHUB_REF#refs/heads/}
|
||||
git push origin ${GITHUB_REF#refs/heads/}
|
||||
if: ${{ steps.sync.outputs.update }}
|
||||
if: ${{ steps.sync.outputs.update && env.DEFAULT_GEM_SYNC_ENABLED == 'true' }}
|
||||
env:
|
||||
EMAIL: svn-admin@ruby-lang.org
|
||||
GIT_AUTHOR_NAME: git
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user