Skip to content

Commit

Permalink
fix: argocd-tests continue-on-error: true
Browse files Browse the repository at this point in the history
  • Loading branch information
skylar-simoncelli authored Nov 6, 2024
1 parent a0a562e commit ef93582
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ jobs:
K8S_SA_TOKEN: ${{ secrets.K8S_SA_TOKEN }}

argocd-tests:
continue-on-error: true
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.merged == false)
needs: [build, deploy-argocd]
runs-on: eks
Expand Down

0 comments on commit ef93582

Please sign in to comment.