We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fed6592 commit 3f6d979Copy full SHA for 3f6d979
.github/workflows/main_unit_tests.yaml
@@ -23,14 +23,14 @@ jobs:
23
container:
24
image: ghcr.io/noaa-gfdl/miniforge:mpich
25
steps:
26
- - name: "External trigger: Checkout pace/develop"
+ - name: "External trigger: Checkout pace/romanc/dependency-update"
27
if: ${{ inputs.component_trigger }}
28
uses: actions/checkout@v4
29
with:
30
submodules: 'recursive'
31
repository: NOAA-GFDL/pace
32
path: pace
33
- ref: develop
+ ref: romanc/dependency-update
34
35
- name: "External trigger: Remove existing component in pace/develop"
36
0 commit comments