From 1bfa70f303930c80e3ba5da3749047d399beee10 Mon Sep 17 00:00:00 2001 From: Ashley James Date: Thu, 11 Jan 2024 16:09:37 +0530 Subject: [PATCH] ci: Add on.workflow_call to check.yaml (#37) --- .github/workflows/check.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 3ef4039..25b2349 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -1,6 +1,7 @@ name: Check workflow running lint checkers, unit and functional tests on: + workflow_call: pull_request: types: [ opened, synchronize, reopened ] branches: [ master, main ]