diff --git a/.azure-pipelines-api-integration-tests.yml b/.azure-pipelines-api-integration-tests.yml index b5dccb07..935eea19 100644 --- a/.azure-pipelines-api-integration-tests.yml +++ b/.azure-pipelines-api-integration-tests.yml @@ -6,6 +6,8 @@ schedules: include: - main +trigger: none + variables: - template: build/variables.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index 0211d051..da94b53a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ Prefix your items with `(Template)` if the change is about the template and not ## 2.2.X - Added hooks for default analytics (page views and command invocations). - Renamed the `AnalyticsDataLoaderStrategy` to `MonitoringDataLoaderStrategy`. (The same renaming was applied to related methods and classes). +- Remove all triggers on the API Integration tests CI. ## 2.1.X - Install `GooseAnalyzers` to enable the `SA1600` rule with its scope limited to interfaces and improve xml documentation.