Skip to content

Commit e61abc1

Browse files
committed
Temporarily disable all other CI jobs
1 parent aaaf7d1 commit e61abc1

File tree

10 files changed

+7
-10
lines changed

10 files changed

+7
-10
lines changed

.azure-pipelines/gpu-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ trigger:
1313
- "release/*"
1414
- "refs/tags/*"
1515
pr:
16-
- "master"
1716
- "release/*"
1817

1918
jobs:

.azure-pipelines/ipu-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ trigger:
88
- release/*
99
- refs/tags/*
1010
pr:
11-
- master
1211
- release/*
1312

1413
variables:

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ trigger:
1515
- "release/*"
1616
- "refs/tags/*"
1717
pr:
18-
- "master"
1918
- "release/*"
2019

2120
# Workflow Steps:

.github/workflows/ci_pkg-install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: # Trigger the workflow on push or pull request, but only for the master bra
55
push:
66
branches: [master, "release/*"]
77
pull_request:
8-
branches: [master, "release/*"]
8+
branches: ["release/*"]
99

1010
jobs:
1111

.github/workflows/ci_schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Schema
22
on: # Trigger the workflow on push or pull request, but only for the master branch
33
push: {}
44
pull_request:
5-
branches: [master, "release/*"]
5+
branches: ["release/*"]
66

77
jobs:
88
check:

.github/workflows/ci_test-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on: # Trigger the workflow on push or pull request, but only for the master bra
77
push:
88
branches: [master, "release/*"]
99
pull_request:
10-
branches: [master, "release/*"]
10+
branches: ["release/*"]
1111

1212
jobs:
1313
source:

.github/workflows/ci_test-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: # Trigger the workflow on push or pull request, but only for the master bra
55
push:
66
branches: [master, "release/*"]
77
pull_request:
8-
branches: [master, "release/*"]
8+
branches: ["release/*"]
99

1010
jobs:
1111
conda:

.github/workflows/ci_test-slow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: # Trigger the workflow on push or pull request, but only for the master bra
55
push:
66
branches: [master, "release/*"]
77
pull_request:
8-
branches: [master, "release/*"]
8+
branches: ["release/*"]
99

1010
jobs:
1111
slow:

.github/workflows/code-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: # Trigger the workflow on push or pull request, but only for the master bra
44
push:
55
branches: [master, "release/*"]
66
pull_request:
7-
branches: [master, "release/*"]
7+
branches: ["release/*"]
88

99
jobs:
1010
mypy:

.github/workflows/docs-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: # Trigger the workflow on push or pull request, but only for the master bra
55
push:
66
branches: [master, "release/*"]
77
pull_request:
8-
branches: [master, "release/*"]
8+
branches: ["release/*"]
99

1010
jobs:
1111
doctest:

0 commit comments

Comments
 (0)