Skip to content

Commit 82a9c45

Browse files
Update deploy.yaml
1 parent af1c837 commit 82a9c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ jobs:
896896
897897
898898
- name: Wait for ArgoCD sync (per app)
899-
if: ${{ not(inputs.skip_status_check) }}
899+
if: not(inputs.skip_status_check)
900900
uses: actions/github-script@v7
901901
env:
902902
APPS: ${{ steps.apps.outputs.apps }}

0 commit comments

Comments
 (0)