From 4aa53956e838c68f9104aa153c2002ea8503691a Mon Sep 17 00:00:00 2001 From: Eli Fine Date: Fri, 9 May 2025 12:55:36 +0000 Subject: [PATCH] Trigger --- .copier-answers.yml | 2 +- .github/workflows/ci.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 0841c16b..cf527074 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: v0.0.41-1-gf72b639 +_commit: v0.0.41-2-g01ccd8c _src_path: gh:LabAutomationAndScreening/copier-base-template.git description: Copier template for creating Python libraries and executables python_ci_versions: diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9f9d09ce..d3d595c8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,6 +5,7 @@ on: branches-ignore: - 'gh-readonly-queue/**' # don't run (again) when on these special branches created during merge groups; the `on: merge_group` already triggers it. merge_group: + workflow_dispatch: env: PYTHONUNBUFFERED: True