We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6caf1a3 commit 7434727Copy full SHA for 7434727
.github/workflows/containerized-ci.yml
@@ -117,6 +117,7 @@ jobs:
117
python compare_to_kgo.py ${KGO} ${TST} --atol=${ATOL} --rtol=${RTOL} --stats_file=${STATS}
118
# 2. UM global snapshot.
119
- name: UM global against known good output (KGO)
120
+ if: always()
121
run: |
122
cd driver
123
KGO=data/outputs/UKMO/cosp2_output.um_global.${{ matrix.compiler }}.kgo.$KGO_VERSION.nc
0 commit comments