Skip to content

Commit

Permalink
Add dependency for deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinkrzeminski committed Sep 20, 2024
1 parent b9c3c11 commit d82e40d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-to-stream-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
uses: ./.github/workflows/lint-and-test.yml@master

deploy_to_stream_dist:
needs: lint_and_test
name: Deploy to xwp/stream-dist
runs-on: ubuntu-22.04
permissions:
Expand Down

0 comments on commit d82e40d

Please sign in to comment.