Unverified Commit 3446aaf7 authored by Yann Bertrand's avatar Yann Bertrand
Browse files

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

This reverts commit 03d96f8a.
parent 03d96f8a
......@@ -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'
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment