mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Revert pull request to push
This commit is contained in:
parent
720b0c5334
commit
61786b79f7
6
.github/main.workflow
vendored
6
.github/main.workflow
vendored
@ -1,6 +1,6 @@
|
|||||||
workflow "Python 3.7 - tox" {
|
workflow "Python 3.7 - tox" {
|
||||||
resolves = ["Python 3.7 - tests"]
|
resolves = ["Python 3.7 - tests"]
|
||||||
on = "pull_request"
|
on = "push"
|
||||||
}
|
}
|
||||||
|
|
||||||
action "Python 3.7 - tests" {
|
action "Python 3.7 - tests" {
|
||||||
@ -10,7 +10,7 @@ action "Python 3.7 - tests" {
|
|||||||
|
|
||||||
workflow "Python 3.6 - tox" {
|
workflow "Python 3.6 - tox" {
|
||||||
resolves = ["Python 3.6 - tests"]
|
resolves = ["Python 3.6 - tests"]
|
||||||
on = "pull_request"
|
on = "push"
|
||||||
}
|
}
|
||||||
|
|
||||||
action "Python 3.6 - tests" {
|
action "Python 3.6 - tests" {
|
||||||
@ -20,7 +20,7 @@ action "Python 3.6 - tests" {
|
|||||||
|
|
||||||
workflow "Python 3.5 - tox" {
|
workflow "Python 3.5 - tox" {
|
||||||
resolves = ["Pyton 3.5 - typing"]
|
resolves = ["Pyton 3.5 - typing"]
|
||||||
on = "pull_request"
|
on = "push"
|
||||||
}
|
}
|
||||||
|
|
||||||
action "Python 3.5 - tests" {
|
action "Python 3.5 - tests" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user