mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 12:00:03 +03:00
Check merged flag from event.pull_request
This commit is contained in:
parent
30ee8faaa1
commit
2f39be37a0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/post-pr.yml
vendored
2
.github/workflows/post-pr.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
should-i-run:
|
||||
name: Check if PR is suitable for analysis
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event.merged # Additionally require PR to have been completely merged.
|
||||
if: github.event.pull_request.merged # Additionally require PR to have been completely merged.
|
||||
steps:
|
||||
- run: echo "Run those tests!" # no-op success
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue