fix(gha): skip PR events for renovate (#65455)

This commit is contained in:
Mrugesh Mohapatra
2026-01-24 08:54:34 +05:30
committed by GitHub
parent 517a61b7d9
commit f83d7858b9

View File

@@ -21,6 +21,8 @@ permissions:
jobs:
lint:
name: Lint
# Skip PR runs for Renovate since push already triggered CI
if: github.event_name != 'pull_request' || github.event.pull_request.user.login != 'renovate[bot]'
runs-on: ubuntu-24.04
strategy:
matrix: