Commit 50ea6d7 1 parent 89c42ff commit 50ea6d7 Copy full SHA for 50ea6d7
File tree 1 file changed +20
-19
lines changed
1 file changed +20
-19
lines changed Original file line number Diff line number Diff line change @@ -3,25 +3,26 @@ name: TestSuiteWindows
3
3
4
4
# Controls when the workflow will run
5
5
on :
6
- # Triggers the workflow on pushes to the "main" branch, i.e., PR merges
7
- push :
8
- branches : [ "main" ]
9
-
10
- # Triggers the workflow on pushes to open pull requests with code changes
11
- pull_request :
12
- paths :
13
- - ' .github/workflows/test_suite_windows.yml'
14
- - ' **.bat'
15
- - ' **.c'
16
- - ' **.cpp'
17
- - ' **.fypp'
18
- - ' **.f90'
19
- - ' **.F90'
20
- - ' **.pf'
21
- - ' **.py'
22
- - ' **CMakeLists.txt'
23
- - ' **requirements.txt'
24
- - ' **data/*'
6
+ # TODO: Re-enable when fixing the current issue with the Windows CI (see #300).
7
+ # # Triggers the workflow on pushes to the "main" branch, i.e., PR merges
8
+ # push:
9
+ # branches: [ "main" ]
10
+ #
11
+ # # Triggers the workflow on pushes to open pull requests with code changes
12
+ # pull_request:
13
+ # paths:
14
+ # - '.github/workflows/test_suite_windows.yml'
15
+ # - '**.bat'
16
+ # - '**.c'
17
+ # - '**.cpp'
18
+ # - '**.fypp'
19
+ # - '**.f90'
20
+ # - '**.F90'
21
+ # - '**.pf'
22
+ # - '**.py'
23
+ # - '**CMakeLists.txt'
24
+ # - '**requirements.txt'
25
+ # - '**data/*'
25
26
26
27
# Allows you to run this workflow manually from the Actions tab
27
28
workflow_dispatch :
You can’t perform that action at this time.
0 commit comments