Disable watch for v5.14.x
This commit is contained in:
parent
efc581b503
commit
a414a32484
1 changed files with 1 additions and 1 deletions
2
.github/workflows/watch.yml
vendored
2
.github/workflows/watch.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue