disable circle
This commit is contained in:
parent
1b015148e8
commit
a480489947
1 changed files with 35 additions and 35 deletions
|
|
@ -486,38 +486,38 @@ workflows:
|
||||||
version: 2
|
version: 2
|
||||||
ci:
|
ci:
|
||||||
jobs:
|
jobs:
|
||||||
- short-if-irrelevant
|
# - short-if-irrelevant
|
||||||
- jvm:
|
# - jvm:
|
||||||
requires:
|
# requires:
|
||||||
- short-if-irrelevant
|
# - short-if-irrelevant
|
||||||
- linux:
|
# - linux:
|
||||||
requires:
|
# requires:
|
||||||
- short-if-irrelevant
|
# - short-if-irrelevant
|
||||||
- linux-static:
|
# - linux-static:
|
||||||
requires:
|
# requires:
|
||||||
- short-if-irrelevant
|
# - short-if-irrelevant
|
||||||
- mac:
|
# - mac:
|
||||||
requires:
|
# requires:
|
||||||
- short-if-irrelevant
|
# - short-if-irrelevant
|
||||||
- linux-aarch64:
|
# - linux-aarch64:
|
||||||
requires:
|
# requires:
|
||||||
- short-if-irrelevant
|
# - short-if-irrelevant
|
||||||
- linux-aarch64-static:
|
# - linux-aarch64-static:
|
||||||
requires:
|
# requires:
|
||||||
- short-if-irrelevant
|
# - short-if-irrelevant
|
||||||
- deploy:
|
# - deploy:
|
||||||
filters:
|
# filters:
|
||||||
branches:
|
# branches:
|
||||||
only: master
|
# only: master
|
||||||
requires:
|
# requires:
|
||||||
- jvm
|
# - jvm
|
||||||
- linux
|
# - linux
|
||||||
# - mac # TODO: Enable when not needed from Actions
|
# # - mac # TODO: Enable when not needed from Actions
|
||||||
- docker:
|
# - docker:
|
||||||
filters:
|
# filters:
|
||||||
branches:
|
# branches:
|
||||||
only: master
|
# only: master
|
||||||
requires:
|
# requires:
|
||||||
- linux
|
# - linux
|
||||||
- linux-static
|
# - linux-static
|
||||||
- linux-aarch64
|
# - linux-aarch64
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue