Skip to content

Commit

Permalink
Merge pull request #2 from Sanim16/feat-actions-update
Browse files Browse the repository at this point in the history
add dependency for deploy job in the actions workflow
  • Loading branch information
Sanim16 authored Nov 13, 2024
2 parents d04b3f9 + 68c55fc commit 8b5ec0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ jobs:
- run: echo "🍏 This job's status is ${{ job.status }}."

Deploy:
needs:
- infra-test
if: github.event_name == 'push'
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 8b5ec0f

Please sign in to comment.