Remove on push triggers
parent
f0b6b517c3
commit
5ea3019782
|
@ -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,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,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,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,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,11 +2,10 @@ 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:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-16.04
|
||||||
timeout-minutes: 1
|
timeout-minutes: 1
|
||||||
steps:
|
steps:
|
||||||
- name: 'Block Concurrent Executions'
|
- name: 'Block Concurrent Executions'
|
||||||
|
|
|
@ -2,11 +2,10 @@ 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:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-16.04
|
||||||
timeout-minutes: 1
|
timeout-minutes: 1
|
||||||
steps:
|
steps:
|
||||||
- name: 'Block Concurrent Executions'
|
- name: 'Block Concurrent Executions'
|
||||||
|
|
Loading…
Reference in New Issue