Do not watch v5.18.x

This change removes the watch for v5.18.x releases since it is marked
EOL.
This commit is contained in:
Fabian Mastenbroek 2022-09-22 14:15:22 +02:00
parent 45e07efd72
commit c4d4f0c40f
No known key found for this signature in database
GPG key ID: 405FC6F81F0A7B85

View file

@ -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