From c67a4e7127e99f7f75001b6862d0e4f5452f3ed1 Mon Sep 17 00:00:00 2001 From: Vlada Dusek Date: Wed, 13 Aug 2025 15:22:10 +0200 Subject: [PATCH] Add missing on workflow_call trigger --- .github/workflows/run_code_checks.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/run_code_checks.yaml b/.github/workflows/run_code_checks.yaml index bf527b7..71b3f4c 100644 --- a/.github/workflows/run_code_checks.yaml +++ b/.github/workflows/run_code_checks.yaml @@ -16,6 +16,9 @@ on: # It should also be possible to trigger checks manually workflow_dispatch: + # Allow this workflow to be invoked as a reusable workflow from other workflows + workflow_call: + jobs: lint_check: name: Lint check