Skip to content

Commit ea54c85

Browse files
committed
Merge branch 'mahf708/testing/mkatmsrffile' into next (PR #6588)
Updates all action workflows to use major pins, improve labels on mkatmsrffile workflow, and minor upgrade to the inputdata workflow. Fixes #6583
2 parents 31ce563 + f88f964 commit ea54c85

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
submodules: true
3131
- name: Show action trigger
3232
run: echo "= The job was automatically triggered by a ${{github.event_name}} event on repo ${{github.event.repository.name}}."
33-
- name: Set up Python 3.10
34-
uses: actions/setup-python@v5.2.0
33+
- name: Set up Python 3.11
34+
uses: actions/setup-python@v5
3535
with:
36-
python-version: "3.10"
36+
python-version: "3.11"
3737
- name: Install python deps
3838
run: python3 -m pip install mkdocs-material pymdown-extensions mkdocs-monorepo-plugin mdutils mkdocs-bibtex
3939
# build every time (PR or push to master)

.github/workflows/e3sm-gh-tools-mkatmsrffile-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
GH_REPO: ${{ github.repository }}
8080
TITLE: mkatmsrffile test failure
8181
ASSIGNEES: whannah1
82-
LABELS: bug
82+
LABELS: bug,notify-mkatmsrffile-gh-action
8383
BODY: |
8484
Workflow failed! There's likely an issue in the mkatmsrffile tool! For more information, please see:
8585
- Workflow URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} (number ${{ github.run_number }}, attempt ${{ github.run_attempt }})

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
echo "= The job was automatically triggered by a ${{github.event_name}} event."
5555
5656
- name: Set up Python 3.11
57-
uses: actions/setup-python@v5.2.0
57+
uses: actions/setup-python@v5
5858
with:
5959
python-version: "3.11"
6060

.github/workflows/eamxx_default_files.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [ master ]
66
pull_request:
77
branches: [ master ]
8+
paths:
9+
- 'components/eamxx/cime_config/namelist_defaults_scream.xml'
810
schedule:
911
- cron: '00 00 * * *'
1012
workflow_dispatch:
@@ -21,7 +23,7 @@ jobs:
2123
show-progress: false
2224
submodules: false
2325
- name: Set up Python 3.11
24-
uses: actions/setup-python@v5.2.0
26+
uses: actions/setup-python@v5
2527
with:
2628
python-version: "3.11"
2729
- name: Run unit tests

0 commit comments

Comments
 (0)