Skip to content

Commit

Permalink
fix(build): fix pull request GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
dschach committed Aug 16, 2023
1 parent ae8063b commit 9f55805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
# Jobs to be executed
jobs:
# Formatting and linting only runs on human-submitted PRs
format-lint-lwc-tests:
format-tests:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:

scratch-org-test:
runs-on: ubuntu-latest
needs: format-lint-lwc-tests
needs: format-tests
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
# Checkout the source code
Expand Down

0 comments on commit 9f55805

Please sign in to comment.