fix(tools): ignore renovate (#42008)

Ignore the branches renovate creates for the push events.
pull/42009/head
Nicholas Carrigan (he/him) 2021-05-05 11:50:38 -07:00 committed by GitHub
parent 3da4be21bb
commit 4ed75cb79f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 2 deletions

View File

@ -2,6 +2,8 @@ name: CodeQL
on:
push:
branches-ignore:
- 'renovate/**'
pull_request:
schedule:
- cron: '0 20 * * 5'

View File

@ -1,5 +1,8 @@
name: Cypress - Push
on: [push]
on:
push:
branches-ignore:
- 'renovate/**'
jobs:
cypress-run:

View File

@ -1,5 +1,9 @@
name: Node.js CI
on: [push, pull_request]
on:
push:
branches-ignore:
- 'renovate/**'
pull_request:
jobs:
lint: