Skip to content

Commit

Permalink
ci: make jobs dependant
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav-zeman committed Jul 7, 2024
1 parent a251e8d commit 124de98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
test:
name: Test
runs-on: ubuntu-latest
needs: [ build, lint ]

steps:
- name: Checkout
Expand All @@ -59,6 +60,7 @@ jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
needs: [ test ]

permissions:
contents: read
Expand Down

0 comments on commit 124de98

Please sign in to comment.