Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/vercel/ncc-0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Landon Grindheim authored and GitHub committed Aug 30, 2022
2 parents 1a00663 + dfdc2c6 commit 7534bd9
Show file tree
Hide file tree
Showing 3 changed files with 195 additions and 102 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependabot-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
build-dependabot-changes:
runs-on: ubuntu-latest
needs: [fetch-dependabot-metadata]
# We only need to build the dist/ folder if the PR relates to Docker or a production npm dependency, otherwise we don't expect changes.
if: needs.fetch-dependabot-metadata.outputs.package-ecosystem == 'docker' || ( needs.fetch-dependabot-metadata.outputs.package-ecosystem == 'npm_and_yarn' && needs.fetch-dependabot-metadata.outputs.dependency-type == 'direct:production' )
# We only need to build the dist/ folder if the PR relates to Docker or an npm dependency
if: needs.fetch-dependabot-metadata.outputs.package-ecosystem == 'docker' || needs.fetch-dependabot-metadata.outputs.package-ecosystem == 'npm_and_yarn'
steps:
# Check out using a PAT so any pushed changes will trigger checkruns
- uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit 7534bd9

Please sign in to comment.