Skip to content

Commit 6f973ec

Browse files
committed
CI(tac): Fix deploy stg workflow
1 parent 1f390c8 commit 6f973ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tac-operation-lifecycle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686

8787
deploy_stage:
8888
name: Deploy stg instance
89-
needs: push
89+
needs: docker
9090
if: ${{ github.ref == 'refs/heads/main' }}
9191
runs-on: ubuntu-latest
9292
permissions: write-all

0 commit comments

Comments
 (0)