Skip to content

Commit

Permalink
Merge pull request #382 from nventive/dev/keta/apitestci
Browse files Browse the repository at this point in the history
fix: remove all triggers on the api integration test pipeline
  • Loading branch information
kev21 authored Dec 12, 2023
2 parents 710ab12 + f546a4a commit e7e1d24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .azure-pipelines-api-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ schedules:
include:
- main

trigger: none

variables:
- template: build/variables.yml

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e7e1d24

Please sign in to comment.