From 1dd8624825f60d7c15ab21a5267d8096269c2307 Mon Sep 17 00:00:00 2001 From: krande Date: Thu, 23 Nov 2023 15:55:23 +0100 Subject: [PATCH] need to use a push trigger on fork (dispatch is not allowed on PR from forks it seems). --- .github/workflows/ci-ifcopenshell-conda-daily.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci-ifcopenshell-conda-daily.yml b/.github/workflows/ci-ifcopenshell-conda-daily.yml index 8ed8a67275..48917b3d69 100644 --- a/.github/workflows/ci-ifcopenshell-conda-daily.yml +++ b/.github/workflows/ci-ifcopenshell-conda-daily.yml @@ -2,6 +2,10 @@ name: ci-ifcopenshell-conda-daily on: workflow_dispatch: + push: + paths: + - .github/workflows/ci-ifcopenshell-conda-daily.yml + - conda/** schedule: # ┌───────────── minute (0 - 59) # │ ┌───────────── hour (0 - 23)