Skip to content

Commit

Permalink
add if statement for deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
AzamatKomaev committed Oct 16, 2024
1 parent 2568d4b commit ff3f5ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ env:
jobs:
deploy:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v4
- run: 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )'
Expand Down

0 comments on commit ff3f5ab

Please sign in to comment.