Skip to content

Commit

Permalink
Temporarily disable all other CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta committed Jan 6, 2022
1 parent aaaf7d1 commit e61abc1
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 10 deletions.
1 change: 0 additions & 1 deletion .azure-pipelines/gpu-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ trigger:
- "release/*"
- "refs/tags/*"
pr:
- "master"
- "release/*"

jobs:
Expand Down
1 change: 0 additions & 1 deletion .azure-pipelines/ipu-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ trigger:
- release/*
- refs/tags/*
pr:
- master
- release/*

variables:
Expand Down
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ trigger:
- "release/*"
- "refs/tags/*"
pr:
- "master"
- "release/*"

# Workflow Steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_pkg-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: # Trigger the workflow on push or pull request, but only for the master bra
push:
branches: [master, "release/*"]
pull_request:
branches: [master, "release/*"]
branches: ["release/*"]

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Schema
on: # Trigger the workflow on push or pull request, but only for the master branch
push: {}
pull_request:
branches: [master, "release/*"]
branches: ["release/*"]

jobs:
check:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_test-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on: # Trigger the workflow on push or pull request, but only for the master bra
push:
branches: [master, "release/*"]
pull_request:
branches: [master, "release/*"]
branches: ["release/*"]

jobs:
source:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_test-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: # Trigger the workflow on push or pull request, but only for the master bra
push:
branches: [master, "release/*"]
pull_request:
branches: [master, "release/*"]
branches: ["release/*"]

jobs:
conda:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_test-slow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: # Trigger the workflow on push or pull request, but only for the master bra
push:
branches: [master, "release/*"]
pull_request:
branches: [master, "release/*"]
branches: ["release/*"]

jobs:
slow:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: # Trigger the workflow on push or pull request, but only for the master bra
push:
branches: [master, "release/*"]
pull_request:
branches: [master, "release/*"]
branches: ["release/*"]

jobs:
mypy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: # Trigger the workflow on push or pull request, but only for the master bra
push:
branches: [master, "release/*"]
pull_request:
branches: [master, "release/*"]
branches: ["release/*"]

jobs:
doctest:
Expand Down

0 comments on commit e61abc1

Please sign in to comment.