mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-25 14:01:29 -05:00
fix(gha): skip PR events for renovate (#65455)
This commit is contained in:
committed by
GitHub
parent
517a61b7d9
commit
f83d7858b9
2
.github/workflows/node.js-tests.yml
vendored
2
.github/workflows/node.js-tests.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user