Skip to content

Commit 3fcf70a

Browse files
Update deploy.yml - updated runner everywhere
1 parent e0a69db commit 3fcf70a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
deploy-8:
6666
if: inputs.INSTANCE == '*' || inputs.INSTANCE == '8'
67-
runs-on: dspace-dep-1
67+
runs-on: dspace-test-1
6868
timeout-minutes: 120
6969
env:
7070
INSTANCE: '8'
@@ -109,7 +109,7 @@ jobs:
109109
110110
111111
import-8:
112-
runs-on: dspace-dep-1
112+
runs-on: dspace-test-1
113113
if: inputs.IMPORT
114114
needs: deploy-8
115115
env:

0 commit comments

Comments
 (0)