From 0c8122afc4685706482a0e09a4260f3bdc717e0c Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Fri, 17 Feb 2023 13:28:02 +1100 Subject: [PATCH] See #2762. Final final attempt. --- .github/workflows/ci-ifcopenshell-pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-ifcopenshell-pypi.yml b/.github/workflows/ci-ifcopenshell-pypi.yml index 6243ec69a8..0d0bf10fcd 100644 --- a/.github/workflows/ci-ifcopenshell-pypi.yml +++ b/.github/workflows/ci-ifcopenshell-pypi.yml @@ -8,7 +8,7 @@ on: # │ │ │ ┌───────────── month (1 - 12 or JAN-DEC) # │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT) # * * * * * - - cron: "0 0 1 * *" + - cron: "0 0 18 * *" push: paths: - '.github/workflows/ci-ifcopenshell-pypi.yml'