From 2a2d4ccc0e5a0e2a9e4ba73c34eb28d843b5982e Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Fri, 25 Aug 2023 09:43:43 +0200 Subject: [PATCH] CI: remove spurious wheel build action runs [skip azp] [skip cirrus] [skip circle] [skip travis] --- .github/workflows/wheels.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 06dfa6ee2c0b..10049e043619 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -22,9 +22,10 @@ on: # │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT) # │ │ │ │ │ - cron: "42 2 * * SUN,WED" - push: pull_request: - types: [labeled, opened, synchronize, reopened] + branches: + - main + - maintenance/** workflow_dispatch: concurrency: @@ -62,9 +63,6 @@ jobs: contains(needs.get_commit_message.outputs.message, '[wheel build]') || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || - (github.event_name == 'pull_request' && - (contains(github.event.pull_request.labels.*.name, '36 - Build') || - contains(github.event.pull_request.labels.*.name, '14 - Release'))) || (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && ( ! endsWith(github.ref, 'dev0'))) runs-on: ${{ matrix.buildplat[0] }} strategy: