Skip to content

Commit 3cbe1c8

Browse files
committed
Exclude workflow yml files from triggering workflow execution
1 parent a10e613 commit 3cbe1c8

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.github/workflows/build_test_cuda.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

1317
jobs:
1418
build-and-test-cuda-cmake:

.github/workflows/build_test_mpi.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@ on:
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

1519
jobs:
1620
build-and-test-mpi-legacy-configure-make:

.github/workflows/build_test_serial.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@ on:
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

1519
jobs:
1620
build-and-test-serial-legacy-configure-make:

0 commit comments

Comments
 (0)