Revert "Only trigger PR validation when it's open"

This reverts commit 03d96f8adf.
This commit is contained in:
Yann Bertrand 2020-05-05 13:47:43 +02:00
parent 03d96f8adf
commit 3446aaf75d
No known key found for this signature in database
GPG key ID: F87B5B748AB00DAE

View file

@ -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' && github.event.action != 'closed'
if: github.event_name == 'pull_request'