mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
ci(news): don't run on draft (#22574)
This commit is contained in:
parent
ddd257f753
commit
898f902e00
2
.github/workflows/news.yml
vendored
2
.github/workflows/news.yml
vendored
@ -1,11 +1,13 @@
|
||||
name: "news.txt check"
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened, ready_for_review]
|
||||
branches:
|
||||
- 'master'
|
||||
jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event.pull_request.draft == false
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user