Skip to content

Commit 67963b7

Browse files
committed
Checkout upstream/develop for simplicity
1 parent 96a5b18 commit 67963b7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/eamxx-kokkos-develop-testing.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ jobs:
8888
git remote add upstream [email protected]:kokkos/kokkos.git
8989
fi
9090
git fetch upstream
91-
git checkout develop
92-
git reset --hard upstream/develop
91+
git checkout upstream/develop
9392
- name: Show action trigger
9493
uses: ./.github/actions/show-workflow-trigger
9594
- name: Run tests
@@ -136,8 +135,7 @@ jobs:
136135
git remote add upstream [email protected]:kokkos/kokkos.git
137136
fi
138137
git fetch upstream
139-
git checkout develop
140-
git reset --hard upstream/develop
138+
git checkout upstream/develop
141139
- name: Show action trigger
142140
uses: ./.github/actions/show-workflow-trigger
143141
- name: Get CUDA Arch

0 commit comments

Comments
 (0)