Skip to content

Commit

Permalink
chore: skip certain workflows for renovate[bot]
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Dec 2, 2024
1 parent 60c13a3 commit 1581801
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bundle-impact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
jobs:
bundle-impact:
name: Calculate Bundle Impact
if: github.event.pull_request.user.login != 'renovate[bot]' && github.event.pull_request.draft == false
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v4

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
validate:
name: Validate
if: github.event.pull_request.user.login != 'renovate[bot]'
runs-on: ubuntu-latest
env:
PR_TITLE: '${{ github.event.pull_request.title }}'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/register-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
register-pr:
if: github.event.pull_request.user.login != 'renovate[bot]'
runs-on: ubuntu-latest
continue-on-error: true
steps:
Expand Down

0 comments on commit 1581801

Please sign in to comment.