Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kon Toshihito committed Nov 30, 2023
1 parent 9879e19 commit 13962de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:

jobs:
deploy:
name: deploy
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
Expand All @@ -19,6 +20,7 @@ jobs:
- name: Wait manual approve
timeout-minutes: 5
run: |
isApproved=false
until ${isApproved}; do
sleep 10
Expand Down

0 comments on commit 13962de

Please sign in to comment.