Merge pull request #9221 from eclipse/ag_remove_push

Remove rest of on push triggers
master
Adam Gibson 2021-03-11 12:03:57 +09:00 committed by GitHub
commit b7e433a22a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 4 additions and 6 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

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

View File

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

View File

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

View File

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