Skip to content

Commit

Permalink
Per #675, do not trigger workflow on pull request synchronize to avoi…
Browse files Browse the repository at this point in the history
…d many workflow runs when commits are made to fix a PR. Pull requests should be closed and reopened to trigger automated tests
  • Loading branch information
georgemccabe committed Jan 19, 2022
1 parent c99fbca commit 674ce6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- 'docs/**'

pull_request:
types: [opened, reopened, synchronize]
types: [opened, reopened]
paths-ignore:
- 'docs/**'

Expand Down

0 comments on commit 674ce6f

Please sign in to comment.