Skip to content

Commit 968d00e

Browse files
author
Alan Churley
committed
Adding comment
1 parent ce5c2b5 commit 968d00e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/on-pull-request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
pull_request
44

55
jobs:
6-
on_push:
6+
on_pr:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
@@ -17,6 +17,7 @@ jobs:
1717
- name: Run tests
1818
run: npm run lerna-test
1919
- name: Report Coverage
20+
#Dependabot user will only have read-only perms, so don't try to report coverage
2021
if: ${{ github.actor != 'dependabot[bot]' }}
2122
uses: romeovs/[email protected]
2223
with:

0 commit comments

Comments
 (0)