Skip to content

Commit

Permalink
Merge pull request #30 from cloudposse-examples/DEV-1567/fix-main-wor…
Browse files Browse the repository at this point in the history
…kflow

fix(DEV-1567): main workflow interval
  • Loading branch information
milldr authored Feb 1, 2024
2 parents a0a6258 + dd0a8f2 commit eaeb418
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/workflow-cd-argocd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@ on:
type: boolean
description: "Wait until ArgoCD successfully apply the changes"
default: false
check-retry-count:
type: string
description: 'Check retry count (for synchronously mode)'
required: false
default: "10"
check-retry-interval:
type: string
description: 'Check retry interval (in seconds) (for synchronously mode)'
required: false
default: "30"
toolchain:
description: "Toolchain ('helm', 'helmfile')"
required: false
Expand Down Expand Up @@ -134,3 +144,5 @@ jobs:
repository: ${{ inputs.organization }}/${{ inputs.repository }}
ref: ${{ github.sha }}
synchronously: ${{ inputs.synchronously }}
check-retry-count: ${{ inputs.check-retry-count }}
check-retry-interval: ${{ inputs.check-retry-interval }}

0 comments on commit eaeb418

Please sign in to comment.