소스 검색

Do not watch v5.18.x

This change removes the watch for v5.18.x releases since it is marked
EOL.
Fabian Mastenbroek 3 년 전
부모
커밋
c4d4f0c40f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/watch.yml

+ 1 - 1
.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