Skip to content

Commit

Permalink
Infrastructure: Disable push builds for Dependabot (pull #1551)
Browse files Browse the repository at this point in the history
They get run as part of the PRs submited and avoids a double build

Co-authored-by: Matt King <[email protected]>
  • Loading branch information
nschonni and mcking65 authored Oct 12, 2020
1 parent 82a160d commit 51203bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint-js.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: JavaScript Linting
on:
push:
branches-ignore:
- "dependabot/**"
paths:
- "package*.json"
- ".eslint*"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Spellcheck

on:
push:
branches-ignore:
- "dependabot/**"
paths:
- "package*.json"
- "cspell.json"
Expand Down

0 comments on commit 51203bd

Please sign in to comment.