Remove the list of branches for link checker (#3731)

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
This commit is contained in:
kolchfa-aws 2023-04-10 17:51:40 -04:00 committed by GitHub
parent 72c4d34e84
commit 8f3101f50b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -5,14 +5,9 @@ on:
- cron: "30 11 * * *"
jobs:
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
steps:
- uses: actions/checkout@v3
with:
ref: ${{ matrix.branch }}
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'