Skip to content

Changes prepoceanobs to using newly refactored BUFR converters #2611

Changes prepoceanobs to using newly refactored BUFR converters

Changes prepoceanobs to using newly refactored BUFR converters #2611

Workflow file for this run

name: Hera
on:
pull_request:
types: [labeled]
jobs:
test:
runs-on: ubuntu-22.04
name: Passes on Hera
steps:
- name: Passed
if: ${{ github.event.label.name == 'hera-RT-Passed' }}
run: |
echo "RT Passed on NOAA RDHPCS Hera"
- name: Echo fail
if: ${{ github.event.label.name == 'hera-RT-Failed' }}
run: |
echo "RT failed on NOAA RDHPCS Hera"
exit 1