Remove restof on push triggers
This commit is contained in:
parent
66c2163e00
commit
99fd7576cd
@ -2,7 +2,6 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
- cron: "0 */12 * * *"
|
- cron: "0 */12 * * *"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
|
||||||
jobs:
|
jobs:
|
||||||
# Wait for up to a minute for previous run to complete, abort if not done by then
|
# Wait for up to a minute for previous run to complete, abort if not done by then
|
||||||
pre-ci:
|
pre-ci:
|
||||||
|
2
.github/workflows/cpu-integration-tests.yaml
vendored
2
.github/workflows/cpu-integration-tests.yaml
vendored
@ -1,5 +1,5 @@
|
|||||||
on:
|
on:
|
||||||
push:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
# Wait for up to a minute for previous run to complete, abort if not done by then
|
# Wait for up to a minute for previous run to complete, abort if not done by then
|
||||||
pre-ci:
|
pre-ci:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
on:
|
on:
|
||||||
push:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
# Wait for up to a minute for previous run to complete, abort if not done by then
|
# Wait for up to a minute for previous run to complete, abort if not done by then
|
||||||
pre-ci:
|
pre-ci:
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
on:
|
on:
|
||||||
push:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# Wait for up to a minute for previous run to complete, abort if not done by then
|
# Wait for up to a minute for previous run to complete, abort if not done by then
|
||||||
pre-ci:
|
pre-ci:
|
||||||
|
2
.github/workflows/test_multiple_arch.yaml
vendored
2
.github/workflows/test_multiple_arch.yaml
vendored
@ -1,5 +1,5 @@
|
|||||||
on:
|
on:
|
||||||
push:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
# Wait for up to a minute for previous run to complete, abort if not done by then
|
# Wait for up to a minute for previous run to complete, abort if not done by then
|
||||||
pre-ci:
|
pre-ci:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user