From 3446aaf75dd4260bd2b34db3ee07d5cb44035fcd Mon Sep 17 00:00:00 2001 From: Yann Bertrand <5855339+yannbertrand@users.noreply.github.com> Date: Tue, 5 May 2020 13:47:43 +0200 Subject: [PATCH] Revert "Only trigger PR validation when it's open" This reverts commit 03d96f8adf2a7ba15de4e8e3461696578d61fc06. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4ff0b48b..3e7a7bd6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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'