File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,13 @@ on: workflow_dispatch
66# push:
77# paths-ignore:
88# - '**.md'
9+ # - '.github/workflows/build_test_serial.yml'
10+ # - '.github/workflows/build_test_mpi.yml'
911# pull_request:
1012# paths-ignore:
1113# - '**.md'
14+ # - '.github/workflows/build_test_serial.yml'
15+ # - '.github/workflows/build_test_mpi.yml'
1216
1317jobs :
1418 build-and-test-cuda-cmake :
Original file line number Diff line number Diff line change 88 push :
99 paths-ignore :
1010 - ' **.md'
11+ - ' .github/workflows/build_test_serial.yml'
12+ - ' .github/workflows/build_test_cuda.yml'
1113 pull_request :
1214 paths-ignore :
1315 - ' **.md'
16+ - ' .github/workflows/build_test_serial.yml'
17+ - ' .github/workflows/build_test_cuda.yml'
1418
1519jobs :
1620 build-and-test-mpi-legacy-configure-make :
Original file line number Diff line number Diff line change 88 push :
99 paths-ignore :
1010 - ' **.md'
11+ - ' .github/workflows/build_test_mpi.yml'
12+ - ' .github/workflows/build_test_cuda.yml'
1113 pull_request :
1214 paths-ignore :
1315 - ' **.md'
16+ - ' .github/workflows/build_test_mpi.yml'
17+ - ' .github/workflows/build_test_cuda.yml'
1418
1519jobs :
1620 build-and-test-serial-legacy-configure-make :
You can’t perform that action at this time.
0 commit comments