Skip to content

Commit 8438fea

Browse files
- Square bracketing.
1 parent 676401c commit 8438fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scenario.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runType="$_defaultRunType"
3232
elif [ "$runType" != "${{ env.RUNTYPE_READ_ONLY }}" ] \
3333
&& [ "$runType" != "${{ env.RUNTYPE_READ_WRITE }}" ] \
34-
&& [ "$runType" != "${{ env.RUNTYPE_DEPLOY }}" \
34+
&& [ "$runType" != "${{ env.RUNTYPE_DEPLOY }}" ] \
3535
&& [ "$runType" != "${{ env.RUNTYPE_ALL }}" ]
3636
then
3737
echo "Invalid run type: $runType"

0 commit comments

Comments
 (0)