Remove the list of branches for link checker (#3731)
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
This commit is contained in:
parent
72c4d34e84
commit
8f3101f50b
|
@ -5,14 +5,9 @@ on:
|
||||||
- cron: "30 11 * * *"
|
- cron: "30 11 * * *"
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
branch: [main, 2.6, 2.5, 2.4, 2.3, 2.2, 2.1, 2.0, 1.3]
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
|
||||||
ref: ${{ matrix.branch }}
|
|
||||||
- uses: ruby/setup-ruby@v1
|
- uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: '3.0'
|
ruby-version: '3.0'
|
||||||
|
|
Loading…
Reference in New Issue