fix(tools): ignore renovate (#42008)

Ignore the branches renovate creates for the push events.
This commit is contained in:
Nicholas Carrigan (he/him)
2021-05-05 11:50:38 -07:00
committed by GitHub
parent 3da4be21bb
commit 4ed75cb79f
3 changed files with 11 additions and 2 deletions

View File

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

View File

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

View File

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