Skip to content

Commit

Permalink
Remove stale comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhemstad committed May 30, 2023
1 parent d4e7fa4 commit b9dad11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: Base CCCL workflow
on:
workflow_call:
inputs:
build_matrix: # The matrix to use for this job
build_matrix:
type: string
required: true
test_matrix: # The matrix to use for this job
test_matrix:
type: string
required: true
build_script: # The script to run for the build step
build_script:
type: string
required: true
test_script:
Expand Down

0 comments on commit b9dad11

Please sign in to comment.