Skip to content

Commit 2bf2cee

Browse files
committed
docker-image-build.yml: Don't trigger on docker-image-common.yml.
That's already being checked by other Workflows.
1 parent d5b7f1e commit 2bf2cee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/docker-image-build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@ on:
99
paths:
1010
- 'doc/ctsm-docs_container/**'
1111
- '!doc/ctsm-docs_container/README.md'
12-
- '.github/workflows/docker-image-common.yml'
1312

1413
pull_request:
1514
# Run on pull requests that change the listed files
1615
paths:
1716
- 'doc/ctsm-docs_container/**'
1817
- '!doc/ctsm-docs_container/README.md'
19-
- '.github/workflows/docker-image-common.yml'
2018

2119
workflow_dispatch:
2220

0 commit comments

Comments
 (0)