Skip to content

Commit

Permalink
fix yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Nov 15, 2024
1 parent c49172d commit b884fad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ on:
workflow_call:
inputs:
compiler:
type: string
required: true
type: string

jobs:
test:
runs-on: hpc-runner
Expand Down

0 comments on commit b884fad

Please sign in to comment.