Skip to content

Commit 9301e87

Browse files
Update deploy.yml
Added missing character
1 parent b1fe661 commit 9301e87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ on:
4444

4545
jobs:
4646
deploy-3:
47-
if: inputs.INSTANCE == '*' || inputs.INSTANCE == '8563
47+
if: inputs.INSTANCE == '*' || inputs.INSTANCE == '8563'
4848
runs-on: dspace-${{inputs.DEV_MACHINE}}-dep-1
4949
timeout-minutes: 10
5050
env:

0 commit comments

Comments
 (0)