Skip to content

Commit 80dd177

Browse files
authored
Fix integration tests resources (#10184)
* Fix integration tests resources * Disable integration-tests trigger for now * shRevert "Disable integration-tests trigger for now" This reverts commit 71d5792. * Disable CI trigger for intergration-tests
1 parent 417ac89 commit 80dd177

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

eng/ci/integration-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
trigger: none # ensure this is not ran as a CI build
2+
13
pr:
24
branches:
35
include:
@@ -12,6 +14,10 @@ resources:
1214
type: git
1315
name: 1ESPipelineTemplates/1ESPipelineTemplates
1416
ref: refs/tags/release
17+
- repository: eng
18+
type: git
19+
name: engineering
20+
ref: refs/tags/release
1521

1622
variables:
1723
- template: /eng/ci/templates/variables/build.yml@self

0 commit comments

Comments
 (0)