Remove on push triggers

master
agibsonccc 2021-03-11 11:27:55 +09:00
parent f0b6b517c3
commit 5ea3019782
7 changed files with 2 additions and 9 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -2,11 +2,10 @@ 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:
runs-on: ubuntu-latest
runs-on: ubuntu-16.04
timeout-minutes: 1
steps:
- name: 'Block Concurrent Executions'

View File

@ -2,11 +2,10 @@ 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:
runs-on: ubuntu-latest
runs-on: ubuntu-16.04
timeout-minutes: 1
steps:
- name: 'Block Concurrent Executions'