Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
public-apis
Commits
3446aaf7
Unverified
Commit
3446aaf7
authored
May 05, 2020
by
Yann Bertrand
Browse files
Revert "Only trigger PR validation when it's open"
This reverts commit
03d96f8a
.
parent
03d96f8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/test.yml
View file @
3446aaf7
...
...
@@ -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'
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment