Skip to content

Commit 0276ea7

Browse files
authored
Merge branch 'bartgol/eamxx/fix-gh-pages-workflow' (PR #7832)
The path to eamxx defaults XML was outdated [BFB]
2 parents 6755ce5 + 7f10680 commit 0276ea7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e3sm-gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- ./tools/docs/**
1313
- components/*/mkdocs.yaml
1414
- components/*/docs/**
15-
- components/eamxx/cime_config/namelist_defaults_scream.xml
15+
- components/eamxx/cime_config/namelist_defaults_eamxx.xml
1616
# Runs every time a PR is open against master
1717
pull_request:
1818
branches: ["master"]
@@ -24,7 +24,7 @@ on:
2424
- ./tools/docs/**
2525
- components/*/mkdocs.yaml
2626
- components/*/docs/**
27-
- components/eamxx/cime_config/namelist_defaults_scream.xml
27+
- components/eamxx/cime_config/namelist_defaults_eamxx.xml
2828
workflow_dispatch:
2929

3030
concurrency:

0 commit comments

Comments
 (0)