From f546a4a6530699d2f31b9a5b8e07418a2fc6e9bc Mon Sep 17 00:00:00 2001 From: Kevin Takla Date: Tue, 12 Dec 2023 13:26:40 -0500 Subject: [PATCH] fix: remove all triggers on the api integration test pipeline --- .azure-pipelines-api-integration-tests.yml | 2 ++ CHANGELOG.md | 1 + 2 files changed, 3 insertions(+) diff --git a/.azure-pipelines-api-integration-tests.yml b/.azure-pipelines-api-integration-tests.yml index b5dccb07c..935eea195 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 0211d0517..da94b53ab 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.