Skip to content

Commit

Permalink
fix: argocd-tests build output
Browse files Browse the repository at this point in the history
  • Loading branch information
skylar-simoncelli authored Oct 2, 2024
1 parent 74719ab commit 500cbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:

argocd-tests:
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.merged == false)
needs: deploy-argocd
needs: [build, deploy-argocd]
runs-on: [self-hosted, eks]
steps:
- name: Checkout
Expand Down

0 comments on commit 500cbc1

Please sign in to comment.