Skip to content

Commit

Permalink
Merge pull request #43 from hms-dbmi-cellenics/enabling-manual-runs
Browse files Browse the repository at this point in the history
not checking latest commit in manual triggers
  • Loading branch information
kafkasl authored Jun 1, 2022
2 parents 6271e12 + b423d09 commit a0c2855
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
- id: ensure-latest-commit-is-deployed
name: Ensure staged deployment has the latest commit
uses: nick-invision/retry@v2
if: ${{ github.event.inputs.namespace != '' && github.event.inputs.image_sha != '' }}
with:
timeout_seconds: 10
max_attempts: 5
Expand Down

0 comments on commit a0c2855

Please sign in to comment.