Skip to content

Commit

Permalink
Use string
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyBourne committed Dec 12, 2024
1 parent faef937 commit 7115efe
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,7 @@ jobs:
with:
# All of these options are optional, so you can remove them if you are happy with the defaults
skip_after_successful_duplicate: 'true'
paths:
- "src/**/*.hpp"
- "src/**/*.cpp"
- "tests/**/*.hpp"
- "tests/**/*.cpp"
- "simulations/**/*.hpp"
- "simulations/**/*.cpp"
- "**/CMakeLists.txt"
- "vendor/**"
paths: '["src/**/*.hpp", "src/**/*.cpp", "tests/**/*.hpp", "tests/**/*.cpp", "simulations/**/*.hpp", "simulations/**/*.cpp", "**/CMakeLists.txt", "vendor/**"]'
cancel_others: 'false'

cpu_tests:
Expand Down

0 comments on commit 7115efe

Please sign in to comment.