Skip to content

Commit

Permalink
fix: disable docker QA (#830)
Browse files Browse the repository at this point in the history
* fix: disable docker QA

* ci: keep running QA
  • Loading branch information
oddgrd authored Apr 27, 2023
1 parent 1106c5f commit 18108fb
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -433,9 +433,9 @@ jobs:
- run:
name: Test WASM
command: ./.circleci/qa-wasm.sh
- run:
name: Test Docker
command: ./.circleci/qa-docker.sh
# - run:
# name: Test Docker
# command: ./.circleci/qa-docker.sh
mac-qa:
macos:
xcode: 12.5.1
Expand Down Expand Up @@ -551,8 +551,8 @@ workflows:
target: x86_64-unknown-linux-gnu
protoc_arch: linux-x86_64
resource_class: xlarge
requires:
- linux-qa
# requires:
# - linux-qa
filters:
branches:
only: production
Expand All @@ -562,8 +562,8 @@ workflows:
target: x86_64-unknown-linux-musl
protoc_arch: linux-x86_64
resource_class: xlarge
requires:
- linux-qa
# requires:
# - linux-qa
filters:
branches:
only: production
Expand All @@ -573,8 +573,8 @@ workflows:
target: aarch64-unknown-linux-musl
resource_class: arm.xlarge
protoc_arch: linux-aarch_64
requires:
- linux-qa
# requires:
# - linux-qa
filters:
branches:
only: production
Expand All @@ -583,8 +583,8 @@ workflows:
branches:
only: production
- build-binaries-mac:
requires:
- mac-qa
# requires:
# - mac-qa
filters:
branches:
only: production
Expand Down

0 comments on commit 18108fb

Please sign in to comment.