Skip to content

Commit

Permalink
Add dependency on check job in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiazya committed Feb 3, 2024
1 parent a85673c commit cf7e3f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-snapshot-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
build:
name: Build
uses: ./.github/workflows/.build.yaml
needs: check
snapshot:
name: Snapshot Release
runs-on: ubuntu-latest
Expand Down

0 comments on commit cf7e3f3

Please sign in to comment.