Remove restof on push triggers
parent
66c2163e00
commit
99fd7576cd
|
@ -2,7 +2,6 @@ on:
|
|||
schedule:
|
||||
- cron: "0 */12 * * *"
|
||||
workflow_dispatch:
|
||||
push:
|
||||
jobs:
|
||||
# Wait for up to a minute for previous run to complete, abort if not done by then
|
||||
pre-ci:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
# Wait for up to a minute for previous run to complete, abort if not done by then
|
||||
pre-ci:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
# Wait for up to a minute for previous run to complete, abort if not done by then
|
||||
pre-ci:
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
on:
|
||||
push:
|
||||
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
# Wait for up to a minute for previous run to complete, abort if not done by then
|
||||
pre-ci:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
# Wait for up to a minute for previous run to complete, abort if not done by then
|
||||
pre-ci:
|
||||
|
|
Loading…
Reference in New Issue