From b884fad85d73eb286696b76ae7c0e91557ffc0de Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Fri, 15 Nov 2024 14:17:51 -0700 Subject: [PATCH] fix yaml syntax --- .github/workflows/reusable.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/reusable.yaml b/.github/workflows/reusable.yaml index 5d5f56e99..78e9a3233 100644 --- a/.github/workflows/reusable.yaml +++ b/.github/workflows/reusable.yaml @@ -2,8 +2,9 @@ on: workflow_call: inputs: compiler: + type: string required: true - type: string + jobs: test: runs-on: hpc-runner