Skip to content

Commit

Permalink
Don't rerun the tests when the PR description is edited
Browse files Browse the repository at this point in the history
Most of the time it's useless and just clogs up the build queue. When it's
useful (e.g. when removing "[Dependent]" from the title), it's easy enough to
retrigger the build manually by updating your branch.
  • Loading branch information
SpecLad committed Jun 26, 2023
1 parent 8590e90 commit baf26d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- 'master'
- 'develop'
pull_request:
types: [edited, ready_for_review, opened, synchronize, reopened]
types: [ready_for_review, opened, synchronize, reopened]
paths-ignore:
- 'site/**'
- '**/*.md'
Expand Down

0 comments on commit baf26d3

Please sign in to comment.