From 008d6bed5c2ce062671e0fb9b7001d9cc59cbf53 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Tue, 4 Oct 2022 10:41:25 +1100 Subject: [PATCH] PIP publish now only happens once a month, on a full moon --- .github/workflows/ci-ifcopenshell-pypi.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-ifcopenshell-pypi.yml b/.github/workflows/ci-ifcopenshell-pypi.yml index e74314eca8..8aeb67e303 100644 --- a/.github/workflows/ci-ifcopenshell-pypi.yml +++ b/.github/workflows/ci-ifcopenshell-pypi.yml @@ -1,12 +1,14 @@ -name: Publish-ifcopenshell-multiplatform +name: ci-ifcopenshell-pypi on: - push: - paths: - - '.github/workflows/ci-ifcopenshell-pypi.yml' - - 'src/ifcopenshell-python/ifcopenshell/**' - branches: - - v0.7.0 + schedule: + # ┌───────────── minute (0 - 59) + # │ ┌───────────── hour (0 - 23) + # │ │ ┌───────────── day of the month (1 - 31) + # │ │ │ ┌───────────── month (1 - 12 or JAN-DEC) + # │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT) + # * * * * * + - cron: "51 23 1 * *" # 9min before utc midnight env: major: 0