Skip to content

Commit 5ddaab6

Browse files
authored
Specialise G-ADOPT smoke tests for main and release
1 parent bb8447a commit 5ddaab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ jobs:
359359
matrix.arch == 'default'
360360
run: |
361361
. venv/bin/activate
362-
git clone --depth 1 https://github.com/g-adopt/g-adopt.git g-adopt-repo
362+
git clone --depth 1 https://github.com/g-adopt/g-adopt.git g-adopt-repo --branch ${{ inputs.target_branch }}
363363
pip install --verbose ./g-adopt-repo
364364
make -C g-adopt-repo/demos/mantle_convection/base_case check
365365
timeout-minutes: 5

0 commit comments

Comments
 (0)