Skip to content

Commit

Permalink
Run PR checks for Renovate pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
amezin committed Nov 28, 2023
1 parent a40cc71 commit 3535c33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:

jobs:
test:
if: ${{ github.event.pull_request.base.repo.node_id != github.event.pull_request.head.repo.node_id }}
uses: ./.github/workflows/test.yml
secrets: inherit
if: >-
startsWith(github.event.pull_request.head.ref, 'renovate/')
|| github.event.pull_request.base.repo.node_id != github.event.pull_request.head.repo.node_id
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: push

on:
push:
branches-ignore:
- renovate/**

jobs:
test:
Expand Down

0 comments on commit 3535c33

Please sign in to comment.