Skip to content

Commit 6a00cd3

Browse files
committed
ci:make: exclude **.cmake
1 parent ebc0862 commit 6a00cd3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/make.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- 'LICENSE'
1111
- 'CMAKE**'
1212
- '**CMakeLists.txt'
13+
- '**.cmake'
1314
pull_request:
1415
paths-exclude:
1516
- '.github/workflows/cmake.yml'
@@ -19,10 +20,8 @@ on:
1920
- 'LICENSE'
2021
- 'CMAKE**'
2122
- '**CMakeLists.txt'
23+
- '**.cmake'
2224

23-
defaults:
24-
run:
25-
shell: bash
2625

2726
jobs:
2827

@@ -32,7 +31,7 @@ jobs:
3231
steps:
3332

3433
- name: Checkout ScaLAPACK
35-
uses: actions/checkout@v2
34+
uses: actions/checkout@v3
3635

3736
- name: Setup MPI
3837
uses: mpi4py/setup-mpi@v1
@@ -42,7 +41,7 @@ jobs:
4241
cp SLmake.inc.example SLmake.inc
4342
make --silent -j lib
4443
make --silent all
45-
44+
4645
- name: Run examples
4746
working-directory: ${{github.workspace}}/EXAMPLE
4847
run: |

0 commit comments

Comments
 (0)