Skip to content

Commit

Permalink
only deploy if build was a success (#1633)
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeqeee authored Mar 8, 2024
1 parent 134c179 commit ed2a518
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
timeout-minutes: 15
timeout-minutes: 5
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Download build artifact
uses: actions/download-artifact@v4
Expand Down

0 comments on commit ed2a518

Please sign in to comment.