Skip to content

Commit fd57400

Browse files
authored
Merge pull request #22260 from meeseeksmachine/auto-backport-of-pr-22256-on-v3.5.1-doc
Backport PR #22256 on branch v3.5.1-doc (Skip tests on the -doc branches)
2 parents a072d32 + e9bbaba commit fd57400

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- auto-backport-of-pr-[0-9]+
77
- v[0-9]+.[0-9]+.[0-9x]+-doc
88
pull_request:
9+
branches-ignore:
10+
- v[0-9]+.[0-9]+.[0-9x]+-doc
911

1012
env:
1113
NO_AT_BRIDGE: 1 # Necessary for GTK3 interactive test.

azure-pipelines.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
# Add steps that analyze code, save the dist with the build record, publish to a PyPI-compatible index, and more:
44
# https://docs.microsoft.com/en-us/azure/devops/pipelines/ecosystems/python?view=azure-devops
55

6+
trigger:
7+
branches:
8+
exclude:
9+
- v[0-9]+.[0-9]+.[0-9x]+-doc
10+
pr:
11+
branches:
12+
exclude:
13+
- v[0-9]+.[0-9]+.[0-9x]+-doc
14+
615
stages:
716

817
- stage: Check

0 commit comments

Comments
 (0)