Skip to content

Commit

Permalink
chore: Update all references to changed build job key.
Browse files Browse the repository at this point in the history
  • Loading branch information
tekante committed Apr 30, 2023
1 parent 0ab10d6 commit cbcc640
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ jobs:
name: "Publish: GitHub Packages"
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/release'
needs: ['setup', 'build', 'test']
needs: ['setup', 'build_outline', 'test']

# The steps for the build job.
steps:
Expand Down Expand Up @@ -337,7 +337,7 @@ jobs:
name: "Publish: NPM Packages"
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/release'
needs: ['setup', 'build', 'test']
needs: ['setup', 'build_outline', 'test']

# The steps for the build job.
steps:
Expand Down Expand Up @@ -386,7 +386,7 @@ jobs:
chromatic-deployment:
name: "Publish: Chromatic"
runs-on: ubuntu-latest
needs: ['setup', 'build', 'test']
needs: ['setup', 'build_outline', 'test']

steps:
# @see https://github.com/marketplace/actions/checkout
Expand Down

0 comments on commit cbcc640

Please sign in to comment.