Skip to content

Commit f0392a4

Browse files
authored
ci: Add missing on workflow_call trigger (#49)
1 parent 1d24989 commit f0392a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run_code_checks.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ on:
1616
# It should also be possible to trigger checks manually
1717
workflow_dispatch:
1818

19+
# Allow this workflow to be invoked as a reusable workflow from other workflows
20+
workflow_call:
21+
1922
jobs:
2023
lint_check:
2124
name: Lint check

0 commit comments

Comments
 (0)