commit 898f902e0051de0347394cfef0af23fe1013c84b
parent ddd257f75301a50c177fc24a693d39a45b47a689
Author: Christian Clason <c.clason@uni-graz.at>
Date: Wed, 8 Mar 2023 18:18:03 +0100
ci(news): don't run on draft (#22574)
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/news.yml b/.github/workflows/news.yml
@@ -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: