Skip to content

Commit 50ea6d7

Browse files
committed
Temporarily disable Windows CI
1 parent 89c42ff commit 50ea6d7

File tree

1 file changed

+20
-19
lines changed

1 file changed

+20
-19
lines changed

.github/workflows/test_suite_windows.yml

+20-19
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,26 @@ name: TestSuiteWindows
33

44
# Controls when the workflow will run
55
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/*'
2526

2627
# Allows you to run this workflow manually from the Actions tab
2728
workflow_dispatch:

0 commit comments

Comments
 (0)