From 089d5c7d56f4919ef39b0a658c1df6b6a48e5a48 Mon Sep 17 00:00:00 2001 From: Adrian D'Alessandro Date: Tue, 29 Oct 2024 13:55:56 +0000 Subject: [PATCH] Run CI on workflow call The docs.yml workflow currently requires the `test` job in ci.yml, but that is not callable from another workflow. This fixes that. --- {{ cookiecutter.project_slug }}/.github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/{{ cookiecutter.project_slug }}/.github/workflows/ci.yml b/{{ cookiecutter.project_slug }}/.github/workflows/ci.yml index 575ee3d..2808211 100644 --- a/{{ cookiecutter.project_slug }}/.github/workflows/ci.yml +++ b/{{ cookiecutter.project_slug }}/.github/workflows/ci.yml @@ -5,6 +5,7 @@ on: branches: [main] pull_request: workflow_dispatch: + workflow_call: jobs: test: