Skip to content

Commit

Permalink
Changed input to inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
scharlton2 authored May 9, 2024
1 parent 7e7ce80 commit a675520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
run: ctest -S ctest.cmake -DCTEST_TEST_TIMEOUT=900

- name: CMemCheck (Linux)
if: runner.os == 'Linux' && (github.event_name == 'schedule' || input.CMemCheck)
if: runner.os == 'Linux' && (github.event_name == 'schedule' || inputs.CMemCheck)
run: ctest -S cmemcheck.cmake -DCTEST_TEST_TIMEOUT=900

- name: Upload results
Expand Down

0 comments on commit a675520

Please # to comment.