Remove on push triggers
This commit is contained in:
parent
f0b6b517c3
commit
5ea3019782
1
.github/workflows/build-android-x86_64.yml
vendored
1
.github/workflows/build-android-x86_64.yml
vendored
@ -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…
x
Reference in New Issue
Block a user