Skip to content

Commit 2a4d90e

Browse files
committed
Skip tests on the -doc branches
1 parent 76012ae commit 2a4d90e

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/workflows/tests.yml

+2
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

+9
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)