Remove unneeded ruby steps from dependabot-js.yml
This commit is contained in:
parent
c808e66fbf
commit
2ef792f763
2 changed files with 2 additions and 15 deletions
16
.github/workflows/dependabot-js.yml
vendored
16
.github/workflows/dependabot-js.yml
vendored
|
@ -6,6 +6,7 @@ env:
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
|
- package.json
|
||||||
- yarn.lock
|
- yarn.lock
|
||||||
jobs:
|
jobs:
|
||||||
dependabot:
|
dependabot:
|
||||||
|
@ -35,21 +36,6 @@ jobs:
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ matrix.os }}-yarn-${{ matrix.node }}-
|
${{ matrix.os }}-yarn-${{ matrix.node }}-
|
||||||
- run: yarn install --frozen-lockfile
|
- run: yarn install --frozen-lockfile
|
||||||
- uses: ruby/setup-ruby@v1
|
|
||||||
with:
|
|
||||||
ruby-version: ${{ matrix.ruby }}
|
|
||||||
- uses: actions/cache@v2
|
|
||||||
name: Use Gem cache
|
|
||||||
with:
|
|
||||||
path: vendor/bundle
|
|
||||||
key: bundle-use-ruby-${{ matrix.os }}-${{ matrix.ruby }}-${{ hashFiles('**/Gemfile.lock') }}
|
|
||||||
restore-keys: |
|
|
||||||
bundle-use-ruby-${{ matrix.os }}-${{ matrix.ruby }}-
|
|
||||||
- run: |
|
|
||||||
bundle config deployment true
|
|
||||||
bundle config path vendor/bundle
|
|
||||||
bundle install --jobs 4
|
|
||||||
- run: bin/setup ci
|
|
||||||
- run: yarn
|
- run: yarn
|
||||||
- name: rebuild NOTICE-js
|
- name: rebuild NOTICE-js
|
||||||
run: yarn notice:js -u
|
run: yarn notice:js -u
|
||||||
|
|
1
.github/workflows/dependabot-ruby.yml
vendored
1
.github/workflows/dependabot-ruby.yml
vendored
|
@ -6,6 +6,7 @@ env:
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
|
- "Gemfile"
|
||||||
- "Gemfile.lock"
|
- "Gemfile.lock"
|
||||||
jobs:
|
jobs:
|
||||||
dependabot:
|
dependabot:
|
||||||
|
|
Loading…
Reference in a new issue