mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] fix -skip build when push to master (#13470)
Signed-off-by: Jenny Li <jing.li@zilliz.com>
This commit is contained in:
parent
b404138ba7
commit
2423397321
3
.github/workflows/code-checker.yaml
vendored
3
.github/workflows/code-checker.yaml
vendored
@ -3,8 +3,6 @@ name: Code Checker
|
||||
|
||||
# This workflow is triggered on pushes or pull request to the repository.
|
||||
on:
|
||||
issue_comment:
|
||||
types: [created]
|
||||
pull_request:
|
||||
# file paths to consider in the event. Optional; defaults to all.
|
||||
paths:
|
||||
@ -24,7 +22,6 @@ on:
|
||||
|
||||
jobs:
|
||||
ubuntu:
|
||||
if: "github.event_name == 'pull_request' || (github.event_name == 'issue_comment'&& startsWith(github.event.comment.body, '/run-checks'))"
|
||||
name: Code Checker AMD64 Ubuntu ${{ matrix.ubuntu }}
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 60
|
||||
|
||||
3
.github/workflows/main.yaml
vendored
3
.github/workflows/main.yaml
vendored
@ -3,8 +3,6 @@ name: Build and test
|
||||
|
||||
# This workflow is triggered on pushes or pull request to the repository.
|
||||
on:
|
||||
issue_comment:
|
||||
types: [created]
|
||||
push:
|
||||
# file paths to consider in the event. Optional; defaults to all.
|
||||
paths:
|
||||
@ -36,7 +34,6 @@ on:
|
||||
|
||||
jobs:
|
||||
ubuntu:
|
||||
if: "github.event_name == 'pull_request' || (github.event_name == 'issue_comment'&& startsWith(github.event.comment.body, '/run-checks'))"
|
||||
name: Build and test AMD64 Ubuntu ${{ matrix.ubuntu }}
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 90
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user