mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Moved to ruby/actions workflow [ci skip]
This commit is contained in:
parent
2adbf01ae1
commit
1e827d4cb5
1 changed files with 0 additions and 20 deletions
20
.github/workflows/bundled_gems.yml
vendored
20
.github/workflows/bundled_gems.yml
vendored
|
@ -1,20 +0,0 @@
|
|||
name: "Update bundled_gems"
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '10 8 * * *'
|
||||
|
||||
jobs:
|
||||
Update-bundled_gems:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Update
|
||||
run: |
|
||||
ruby -rrubygems tool/update-bundled_gems.rb gems/bundled_gems |
|
||||
tool/ifchange gems/bundled_gems -
|
||||
git diff --no-ext-diff --ignore-submodules --exit-code
|
Loading…
Reference in a new issue