Skip to content

Commit

Permalink
Remove the list of branches for link checker (#3731)
Browse files Browse the repository at this point in the history
Signed-off-by: Fanit Kolchina <[email protected]>
  • Loading branch information
kolchfa-aws authored and vagimeli committed May 4, 2023
1 parent 0323fc1 commit 102a757
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 102a757

Please sign in to comment.