Skip to content

Commit 679af5d

Browse files
committed
revert test-upstream defaults to linkml/linkml:main after migration completion
1 parent ae8eb8d commit 679af5d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test-upstream.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ on:
99
upstream_repo:
1010
description: "Upstream linkml repository to test against"
1111
required: true
12-
default: "iQuxLE/linkml"
12+
default: "linkml/linkml"
1313
upstream_branch:
1414
description: "Upstream linkml branch to test against"
1515
required: true
16-
default: "migrate-to-uv"
16+
default: "main"
1717

1818
jobs:
1919
test_upstream:
@@ -52,8 +52,8 @@ jobs:
5252
echo $UPSTREAM_BRANCH
5353
5454
if [[ -z "$UPSTREAM_BRANCH" ]]; then
55-
echo "Using migrate-to-uv as default"
56-
UPSTREAM_BRANCH="migrate-to-uv"
55+
echo "Using main as default"
56+
UPSTREAM_BRANCH="main"
5757
fi
5858
5959
UPSTREAM_REPO=$( \
@@ -67,8 +67,8 @@ jobs:
6767
echo $UPSTREAM_REPO
6868
6969
if [[ -z "$UPSTREAM_REPO" ]]; then
70-
echo "Using iQuxLE/linkml as default"
71-
UPSTREAM_REPO="iQuxLE/linkml"
70+
echo "Using linkml/linkml as default"
71+
UPSTREAM_REPO="linkml/linkml"
7272
fi
7373
7474
echo "upstream_branch=$UPSTREAM_BRANCH" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)