From 7937c4a14f89718e79daa75453f386b26e5c106d Mon Sep 17 00:00:00 2001 From: Bob Mader Date: Tue, 16 Jul 2024 16:14:03 -0500 Subject: [PATCH] add on.workflow_call trigger (#212) --- .github/workflows/ansible-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index c88af9b..0d7b57a 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -8,6 +8,7 @@ concurrency: on: pull_request: branches: [main] + workflow_call: workflow_dispatch: schedule: - cron: "0 0 * * *"