Skip to content

Commit 1256990

Browse files
committed
Fixed column issue
1 parent ff7b4ba commit 1256990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
(!inputs.run-tests && needs.deploy-staging.result == 'success')
223223
) }}
224224
uses: ./.github/workflows/production_deploy.yml
225-
needs:
225+
needs:
226226
- setup
227227
- deploy-staging
228228
- ${{ fromJSON(format('["{0}"]', inputs.run-tests == true && 'run-pre-production-tests' || ''))[0] }}

0 commit comments

Comments
 (0)