From c4d4f0c40f075307737b8e109e4bf77d86e8143e Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Thu, 22 Sep 2022 14:15:22 +0200 Subject: [PATCH] Do not watch v5.18.x This change removes the watch for v5.18.x releases since it is marked EOL. --- .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 82bf4d8..660f6e8 100644 --- a/.github/workflows/watch.yml +++ b/.github/workflows/watch.yml @@ -11,7 +11,7 @@ jobs: runs-on: [ubuntu-latest] strategy: matrix: - branch: ['v5.19.x', 'v5.18.x'] + branch: ['v5.19.x'] steps: - name: Checkout Sources uses: actions/checkout@v2