Do Not Run Some Workflows on Dependabot's PRs
Issue gh-13873
This commit is contained in:
parent
33a29c790a
commit
3aae03b1b2
|
@ -1,6 +1,9 @@
|
||||||
name: CI
|
name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches-ignore:
|
||||||
|
- "dependabot/**"
|
||||||
push:
|
push:
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
- "dependabot/**"
|
- "dependabot/**"
|
||||||
|
|
|
@ -1,7 +1,12 @@
|
||||||
name: Deploy Docs
|
name: Deploy Docs
|
||||||
on:
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches-ignore:
|
||||||
|
- "dependabot/**"
|
||||||
push:
|
push:
|
||||||
branches-ignore: [ "gh-pages", "dependabot/**" ]
|
branches-ignore:
|
||||||
|
- "gh-pages"
|
||||||
|
- "dependabot/**"
|
||||||
tags: '**'
|
tags: '**'
|
||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
types: request-build-reference # legacy
|
types: request-build-reference # legacy
|
||||||
|
|
Loading…
Reference in New Issue