From a414a32484fe9ef2bfd82bcf54624dbd1a04f4f5 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Thu, 23 Dec 2021 13:10:56 +0100 Subject: [PATCH] Disable watch for v5.14.x --- .github/workflows/watch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/watch.yml b/.github/workflows/watch.yml index c692bed..a4da52b 100644 --- a/.github/workflows/watch.yml +++ b/.github/workflows/watch.yml @@ -11,7 +11,7 @@ jobs: runs-on: [ubuntu-latest] strategy: matrix: - branch: ['v5.14.x', 'v5.15.x'] + branch: ['v5.15.x'] steps: - name: Checkout Sources uses: actions/checkout@v2