Skip to content

Commit

Permalink
add job dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ripple0328 committed Jul 8, 2023
1 parent c0048d5 commit da97d56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [push, pull_request]

jobs:
static-analysis:
name: Static Analysis
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
Expand All @@ -22,6 +23,7 @@ jobs:

deploy:
name: Deploy app
needs: static-analysis
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit da97d56

Please sign in to comment.