Skip to content

Commit

Permalink
Locust now only pushes a summary when PR is opened
Browse files Browse the repository at this point in the history
This should reduce any noise Locust may be creating on PRs that get
synchronized often while providing the same value for larger changes.
  • Loading branch information
zomglings committed Nov 4, 2020
1 parent c4f648e commit c6ee0f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/locust.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Locust summary

on: [ pull_request_target ]
on:
pull_request_target:
types: [opened, reopened]

jobs:
build:
Expand Down

0 comments on commit c6ee0f6

Please sign in to comment.