Skip to content

Commit

Permalink
Update containerized-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrobodas authored Mar 20, 2024
1 parent effea1a commit f7cd01a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/containerized-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- compiler: ifx
image: ghcr.io/earth-system-radiation/rte-rrtmgp-ci:oneapi
# Common variables
- kgo_version: v001
- kgo_version: v002
container:
image: ${{ matrix.image }}
env:
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
# Make output files available if any test fails
###############################################################################
- name: Upload output file if test fails
if: failure()
if: success()
uses: actions/[email protected]
with:
name: outputs.${{ matrix.compiler }}.UKMO.tgz
Expand Down

0 comments on commit f7cd01a

Please sign in to comment.