mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
ci: remove ready_for_review type
It's only needed if a job is disabled for drafts. Otherwise it will just run the same workflow twice.
This commit is contained in:
parent
4612212c72
commit
83e2e22d9e
3 changed files with 0 additions and 3 deletions
1
.github/workflows/lint.yml
vendored
1
.github/workflows/lint.yml
vendored
|
|
@ -3,7 +3,6 @@ name: Linting and style checking
|
|||
on:
|
||||
push:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened, ready_for_review]
|
||||
|
||||
jobs:
|
||||
luacheck:
|
||||
|
|
|
|||
1
.github/workflows/test-queries.yml
vendored
1
.github/workflows/test-queries.yml
vendored
|
|
@ -5,7 +5,6 @@ on:
|
|||
branches:
|
||||
- "master"
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened, ready_for_review]
|
||||
branches:
|
||||
- "master"
|
||||
|
||||
|
|
|
|||
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
|
|
@ -5,7 +5,6 @@ on:
|
|||
branches:
|
||||
- "master"
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened, ready_for_review]
|
||||
branches:
|
||||
- "master"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue