From 9a8f48bbc97d4486fa7f66642c02307609c068dc Mon Sep 17 00:00:00 2001 From: Fanit Kolchina Date: Mon, 10 Apr 2023 16:26:48 -0400 Subject: [PATCH] Remove the list of branches for link checker Signed-off-by: Fanit Kolchina --- .github/workflows/link-checker.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/link-checker.yml b/.github/workflows/link-checker.yml index cb7776d5e1..2cd3ca7cd8 100644 --- a/.github/workflows/link-checker.yml +++ b/.github/workflows/link-checker.yml @@ -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'