Skip to content

Commit c0e6c02

Browse files
ringsaturnclaude
andcommitted
ci: admit cfs in the reusable publish workflow
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BoL5DiNd3Sh4U8Rv8rm2zN
1 parent 553339e commit c0e6c02

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: publish run
22

33
# Reusable publishing pipeline, one call per source. Callers
44
# (publish-gfs.yml, publish-sflux.yml, publish-ecmwf.yml, publish-aifs.yml,
5-
# publish-ifshres.yml, publish-hrrr.yml, publish-gefsaero.yml) own the schedule
5+
# publish-ifshres.yml, publish-hrrr.yml, publish-gefsaero.yml, publish-cfs.yml) own the schedule
66
# and the manual dispatch; this file owns the work, fanned out over three
77
# jobs:
88
#
@@ -160,7 +160,7 @@ jobs:
160160
run: |
161161
set -euo pipefail
162162
case "$MODEL" in
163-
gfs|sflux|ecmwf|aifs|ifshres|hrrr|gefsaero) ;;
163+
gfs|sflux|ecmwf|aifs|ifshres|hrrr|gefsaero|cfs) ;;
164164
*) echo "::error::unknown source: $MODEL"; exit 1 ;;
165165
esac
166166
case "$PROFILE" in

0 commit comments

Comments
 (0)