Skip to content

Commit

Permalink
Merge pull request #1638 from carolynvs/triggers
Browse files Browse the repository at this point in the history
Only trigger integration tests manually during PRs
  • Loading branch information
carolynvs authored Jun 14, 2021
2 parents e1e76e4 + 372b7df commit d997731
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions build/azure-pipelines.integration.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
# Run integration tests
# /azp run porter-integration

# Only test canary builds
trigger:
branches:
include:
- refs/heads/main
- refs/heads/release/*
# The integration tests are run in the canary build. This is just for running integration tests manually for pull requests.
trigger: none

# Only test a PR when requested with a GitHub comment, /azp run porter-integration
pr:
Expand Down

0 comments on commit d997731

Please sign in to comment.