Skip to content

Commit

Permalink
Don't also run PR checks on renovate (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Sep 26, 2023
1 parent 120eca5 commit fe43e60
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- main
- "renovate/**"
pull_request:
branches-ignore:
- "renovate/**"

jobs:
link-checker:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- main
- "renovate/**"
pull_request:
branches-ignore:
- "renovate/**"

jobs:
lint-this-repo:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- main
- "renovate/**"
pull_request:
branches-ignore:
- "renovate/**"

jobs:
test-template:
Expand Down

0 comments on commit fe43e60

Please sign in to comment.