diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index be6c62246..67050488a 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -7,6 +7,13 @@ on: pull_request: branches: - main + # Allow this workflow to be called from other workflows + workflow_call: + inputs: + # Requires at least one input to be valid, but in practice we don't need any + dummy: + type: string + required: false permissions: actions: write