Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit d4b9919

Browse files
Skip netlify build for dependabot PRs, fixes #166 (#248)
1 parent 1a1af7d commit d4b9919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
env:
2020
CI: true
2121
- name: codecov
22-
run: yarn run codecov
22+
uses: codecov/codecov-action@v1
2323

2424
build:
2525
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)