Skip to content

Commit a9f236e

Browse files
Update deploy.yml - use dspace-dep-1 runner again
1 parent 3fcf70a commit a9f236e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

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

0 commit comments

Comments
 (0)