From c64a20748a0be53d586df7e4163d0dd6e38b5aa9 Mon Sep 17 00:00:00 2001 From: Min RK Date: Mon, 26 Aug 2024 09:56:34 +0200 Subject: [PATCH] skip circle wheels --- .circleci/config.yml | 4 ++++ .github/workflows/wheels.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 29779d031..3f5e0b704 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -54,9 +54,13 @@ workflows: filters: tags: only: /.*/ + branches: + only: x - arm-wheels: name: musllinux build: "*musllinux*" filters: tags: only: /.*/ + branches: + only: x diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 51243a9dd..d88eb508d 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -184,7 +184,7 @@ jobs: if-no-files-found: error circle-wheels: - if: github.repository_owner == 'zeromq' + if: 'false' runs-on: ubuntu-22.04 needs: # not strictly required, but avoids wasting cpu time waiting