Skip to content

Commit 9f55805

Browse files
committed
fix(build): fix pull request GitHub action
1 parent ae8063b commit 9f55805

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
# Jobs to be executed
1212
jobs:
1313
# Formatting and linting only runs on human-submitted PRs
14-
format-lint-lwc-tests:
14+
format-tests:
1515
runs-on: ubuntu-latest
1616
if: ${{ github.actor != 'dependabot[bot]' }}
1717
steps:
@@ -45,7 +45,7 @@ jobs:
4545

4646
scratch-org-test:
4747
runs-on: ubuntu-latest
48-
needs: format-lint-lwc-tests
48+
needs: format-tests
4949
if: ${{ github.actor != 'dependabot[bot]' }}
5050
steps:
5151
# Checkout the source code

0 commit comments

Comments
 (0)