Skip to content

Commit

Permalink
COMP: Exclude Utilities/Maintenance and documentation files from AZP CI
Browse files Browse the repository at this point in the history
Excluded various files which are not tested by the CI anyway from triggering a
CI run.
  • Loading branch information
N-Dekker authored and dzenanz committed Feb 23, 2023
1 parent 296db6a commit eb5ca25
Show file tree
Hide file tree
Showing 6 changed files with 90 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Testing/ContinuousIntegration/AzurePipelinesLinux.yml
Expand Up @@ -5,6 +5,21 @@ trigger:
include:
- master
- release*
paths:
exclude:
- '*.md'
- LICENSE
- NOTICE
- Documentation/*
- Utilities/Maintenance/*
pr:
paths:
exclude:
- '*.md'
- LICENSE
- NOTICE
- Documentation/*
- Utilities/Maintenance/*
variables:
ExternalDataVersion: 5.3.0
jobs:
Expand Down
15 changes: 15 additions & 0 deletions Testing/ContinuousIntegration/AzurePipelinesLinuxPython.yml
Expand Up @@ -5,6 +5,21 @@ trigger:
include:
- master
- release*
paths:
exclude:
- '*.md'
- LICENSE
- NOTICE
- Documentation/*
- Utilities/Maintenance/*
pr:
paths:
exclude:
- '*.md'
- LICENSE
- NOTICE
- Documentation/*
- Utilities/Maintenance/*
variables:
ExternalDataVersion: 5.3.0
jobs:
Expand Down
15 changes: 15 additions & 0 deletions Testing/ContinuousIntegration/AzurePipelinesMacOS.yml
Expand Up @@ -5,6 +5,21 @@ trigger:
include:
- master
- release*
paths:
exclude:
- '*.md'
- LICENSE
- NOTICE
- Documentation/*
- Utilities/Maintenance/*
pr:
paths:
exclude:
- '*.md'
- LICENSE
- NOTICE
- Documentation/*
- Utilities/Maintenance/*
variables:
ExternalDataVersion: 5.3.0
jobs:
Expand Down
15 changes: 15 additions & 0 deletions Testing/ContinuousIntegration/AzurePipelinesMacOSPython.yml
Expand Up @@ -5,6 +5,21 @@ trigger:
include:
- master
- release*
paths:
exclude:
- '*.md'
- LICENSE
- NOTICE
- Documentation/*
- Utilities/Maintenance/*
pr:
paths:
exclude:
- '*.md'
- LICENSE
- NOTICE
- Documentation/*
- Utilities/Maintenance/*
variables:
ExternalDataVersion: 5.3.0
jobs:
Expand Down
15 changes: 15 additions & 0 deletions Testing/ContinuousIntegration/AzurePipelinesWindows.yml
Expand Up @@ -5,6 +5,21 @@ trigger:
include:
- master
- release*
paths:
exclude:
- '*.md'
- LICENSE
- NOTICE
- Documentation/*
- Utilities/Maintenance/*
pr:
paths:
exclude:
- '*.md'
- LICENSE
- NOTICE
- Documentation/*
- Utilities/Maintenance/*
variables:
ExternalDataVersion: 5.3.0
jobs:
Expand Down
15 changes: 15 additions & 0 deletions Testing/ContinuousIntegration/AzurePipelinesWindowsPython.yml
Expand Up @@ -5,6 +5,21 @@ trigger:
include:
- master
- release*
paths:
exclude:
- '*.md'
- LICENSE
- NOTICE
- Documentation/*
- Utilities/Maintenance/*
pr:
paths:
exclude:
- '*.md'
- LICENSE
- NOTICE
- Documentation/*
- Utilities/Maintenance/*
variables:
ExternalDataVersion: 5.3.0
jobs:
Expand Down

0 comments on commit eb5ca25

Please sign in to comment.