Skip to content

Commit d649fd3

Browse files
authored
Merge pull request #1166 from camptocamp/c2cciutils-upgrade-prod-2-8-advance
CI updates
2 parents c89bf58 + 22d3c52 commit d649fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependency-auto-review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
name: Auto reviews updates
1212
runs-on: ubuntu-22.04
1313
timeout-minutes: 5
14+
if: github.event.pull_request.user.login == 'renovate[bot]'
1415

1516
steps:
1617
- uses: actions/github-script@v6
@@ -22,4 +23,3 @@ jobs:
2223
pull_number: context.payload.pull_request.number,
2324
event: 'APPROVE',
2425
})
25-
if: github.event.pull_request.user.login == 'renovate[bot]'

0 commit comments

Comments
 (0)