chore(ci): disable nightly
This commit is contained in:
parent
f82c4ac6eb
commit
0eebaf7eb8
2 changed files with 2 additions and 2 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
|
@ -9,7 +9,7 @@ on:
|
|||
|
||||
jobs:
|
||||
docs:
|
||||
name: linters
|
||||
name: docs
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
|||
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
os: [ubuntu-latest]
|
||||
version:
|
||||
- stable
|
||||
- nightly
|
||||
# - nightly # TODO: enable when stable
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Install Task
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue