We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e358067 commit 74f42f2Copy full SHA for 74f42f2
1 file changed
.github/workflows/check_float_tests.yml
@@ -9,6 +9,14 @@ on:
9
- src/rp2_common/pico_double/include/pico/double.h
10
- test/pico_float_test/custom_float_funcs_test.c
11
- test/pico_float_test/custom_double_funcs_test.c
12
+ pull_request:
13
+ paths:
14
+ - .github/workflows/check_float_tests.yml
15
+ - tools/check_float_test_names.py
16
+ - src/rp2_common/pico_float/include/pico/float.h
17
+ - src/rp2_common/pico_double/include/pico/double.h
18
+ - test/pico_float_test/custom_float_funcs_test.c
19
+ - test/pico_float_test/custom_double_funcs_test.c
20
21
jobs:
22
check-float-tests:
0 commit comments