mirror of
https://github.com/public-apis/public-apis.git
synced 2025-06-03 11:21:46 +02:00
Only trigger PR validation when it's open
This commit is contained in:
parent
6cf320a0e0
commit
03d96f8adf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -20,4 +20,4 @@ jobs:
|
|||
|
||||
- name: Validate pull request changes
|
||||
run: build/github-pull.sh ${{ github.repository }} ${{ github.event.pull_request.number }} ${FORMAT_FILE}
|
||||
if: github.event_name == 'pull_request'
|
||||
if: github.event_name == 'pull_request' && github.event.action != 'closed'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue