Skip to content

Commit

Permalink
github: add timeout to deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
xavfernandez committed Sep 18, 2024
1 parent 9c6f751 commit b4845bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/review-app-creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
$CLEVER_CLI env rm CC_PYTHON_VERSION
- name: 🚀 Deploy to Clever Cloud
timeout-minutes: 15
run: scripts/deploy-review-app-in-github-action.sh

- name: 🍻 Add link to pull request
Expand Down Expand Up @@ -119,4 +120,5 @@ jobs:
$CLEVER_CLI env set SKIP_FIXTURES true

- name: 🚀 Deploy to Clever Cloud
timeout-minutes: 15
run: scripts/deploy-review-app-in-github-action.sh

0 comments on commit b4845bf

Please sign in to comment.