From 8f3101f50b61ee2cbeb3d63aa9bc797579125ced Mon Sep 17 00:00:00 2001 From: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Date: Mon, 10 Apr 2023 17:51:40 -0400 Subject: [PATCH] Remove the list of branches for link checker (#3731) 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 cb7776d5..2cd3ca7c 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'