Do not run tests on pushes to *.x for performance. (#8185)

This commit is contained in:
Brad Warren 2020-07-31 12:47:47 -07:00 committed by GitHub
parent df1ca726f9
commit 072c070c0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,5 @@
# Advanced pipeline for running our full test suite on demand and for release branches.
# Advanced pipeline for running our full test suite on demand.
trigger:
- '*.x'
# When changing these triggers, please ensure the documentation under
# "Running tests in CI" is still correct.
- test-*