Skip to content

Commit

Permalink
[wip] disable runtime pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
matouskozak committed Mar 25, 2024
1 parent e0f9279 commit 7a80fb6
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions eng/pipelines/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,23 @@ schedules:
- main
always: false # run only if there were changes since the last successful scheduled run.

pr:
branches:
include:
- main
- release/*.*
paths:
include:
- '*'
exclude:
- '**.md'
- eng/Version.Details.xml
- .devcontainer/*
- .github/*
- docs/*
- LICENSE.TXT
- PATENTS.TXT
- THIRD-PARTY-NOTICES.TXT
# pr:
# branches:
# include:
# - main
# - release/*.*
# paths:
# include:
# - '*'
# exclude:
# - '**.md'
# - eng/Version.Details.xml
# - .devcontainer/*
# - .github/*
# - docs/*
# - LICENSE.TXT
# - PATENTS.TXT
# - THIRD-PARTY-NOTICES.TXT

variables:
- template: /eng/pipelines/common/variables.yml
Expand Down

0 comments on commit 7a80fb6

Please sign in to comment.