Commit 783c3f8
authored
Make CI run on any changes to tools, check scripts, and all workflow files (#1122)
If a script in `./check/` or `./dev_tools/` is changed, it may affect
the results of running CI tests. To account for that, this PR expands
the file change filter to detect any changes in those directories. In
addition, this PR widens the files tested in `.github/workflows` to
include any file changes.
The result is that any change in the dev_tools, scripts, or the CI
workflows will trigger all the tests, not only the file-type-specific
tests.1 parent 3d8e3ea commit 783c3f8
1 file changed
+7
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| |||
159 | 160 | | |
160 | 161 | | |
161 | 162 | | |
162 | | - | |
163 | | - | |
164 | | - | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
165 | 167 | | |
166 | 168 | | |
167 | 169 | | |
| |||
0 commit comments