Skip to content

Bring jcb into GDASapp and use version of jcb not using submodules #2437

Bring jcb into GDASapp and use version of jcb not using submodules

Bring jcb into GDASapp and use version of jcb not using submodules #2437

Workflow file for this run

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