mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
Do not run tests on pushes to *.x for performance. (#8185)
This commit is contained in:
parent
df1ca726f9
commit
072c070c0c
1 changed files with 1 additions and 2 deletions
|
|
@ -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-*
|
||||
|
|
|
|||
Loading…
Reference in a new issue