diff --git a/.github/workflows/run-typescript.yml b/.github/workflows/run-typescript.yml index 0633acd089..d4e687faf5 100644 --- a/.github/workflows/run-typescript.yml +++ b/.github/workflows/run-typescript.yml @@ -3,7 +3,7 @@ name: Run Typescript Checks on: pull_request: branches: [main] - workflow_dispatch: + workflow_call: secrets: AIRTABLE_TOKEN: required: true