Skip to content

Commit

Permalink
add dependency between jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
galkahana committed Jul 1, 2023
1 parent 46718d2 commit 747bb32
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
name: Build


on:
push:
branches: [ "*" ]
pull_request:
branches: [ "master" ]

permissions:
contents: read

jobs:
dependency-review:
runs-on: ubuntu-latest
Expand All @@ -17,6 +21,7 @@ jobs:
with:
fail-on-severity: high
build-node-publish:
needs: dependecy-review
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 747bb32

Please sign in to comment.