We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb8447a commit 5ddaab6Copy full SHA for 5ddaab6
.github/workflows/core.yml
@@ -359,7 +359,7 @@ jobs:
359
matrix.arch == 'default'
360
run: |
361
. venv/bin/activate
362
- git clone --depth 1 https://github.com/g-adopt/g-adopt.git g-adopt-repo
+ git clone --depth 1 https://github.com/g-adopt/g-adopt.git g-adopt-repo --branch ${{ inputs.target_branch }}
363
pip install --verbose ./g-adopt-repo
364
make -C g-adopt-repo/demos/mantle_convection/base_case check
365
timeout-minutes: 5
0 commit comments