File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -186,8 +186,8 @@ You can use [this PR](https://github.com/antonbabenko/pre-commit-terraform/pull/
186186
187187# # Run tests in your fork
188188
189- Go to you fork `Actions` tab and click on big green button
189+ Go to your fork's `Actions` tab and click the big green button.
190190
191191
192192
193- Now you can see are the tests pass before submitting PR.
193+ Now you can verify that the tests pass before submitting your PR.
Original file line number Diff line number Diff line change 8787 # Prevent run 'push' events for the branches in upstream repository as it
8888 # already covered by 'pull_request' event
8989 if : >-
90- !( github.event_name == 'push' &&
91- github.repository == 'pre-commit/pre-commit-terraform' &&
92- github.ref != 'refs/heads/master')
90+ github.event_name != 'push'
91+ OR github.repository != 'pre-commit/pre-commit-terraform'
92+ OR github.ref == 'refs/heads/master'
9393
9494 timeout-minutes : 1
9595
You can’t perform that action at this time.
0 commit comments