Skip to content

Commit

Permalink
[ci] remove ci after push (#106)
Browse files Browse the repository at this point in the history
* require pull request must rebase the latest `main` branch, so not need
to run ci after push to `main`
  • Loading branch information
qingyunqu authored Jan 26, 2024
1 parent 0aa0c8a commit df321a7
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 43 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/compiler-and-runtime-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
name: Compiler And Runtime Build

on:
push:
branches:
- main
paths-ignore:
- ".github/workflows/onnx-frontend-ci.yaml"
- ".github/workflows/tf-frontend-ci.yaml"
- ".github/workflows/torch-frontend-ci.yaml"
- "frontends/**"
- "**/**.md"
- "talks/**"
- "compiler/python/version.txt"
- "runtime/VERSION_NUMBER"
pull_request:
branches:
- main
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/e2e_test.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
name: e2e Numerical test CI

on:
push:
branches:
- main
paths:
- ".github/workflows/e2e_test.yaml"
- "scripts/e2e/build_and_test_e2e.sh"
- "tests/**"
pull_request:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format-check.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Format Check

on: [push, pull_request, workflow_dispatch]
on: [pull_request, workflow_dispatch]

jobs:
clang-format-check:
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/onnx-frontend-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
name: ONNX-Frontend CI

on:
push:
branches:
- main
paths:
- ".github/workflows/onnx-frontend-ci.yaml"
- "frontends/onnx-frontend/**"
- "!**/**.md"
- "!talks/**"
pull_request:
branches:
- main
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/tf-frontend-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
name: TfFrontend CI

on:
push:
branches:
- main
paths:
- ".github/workflows/tf-frontend-ci.yaml"
- "frontends/tf-frontend/**"
- "!**/**.md"
pull_request:
branches:
- main
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/torch-frontend-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
name: TorchFrontend CI

on:
push:
branches:
- main
paths:
- ".github/workflows/torch-frontend-ci.yaml"
- "frontends/torch-frontend/**"
- "!**/**.md"
- "!frontends/torch-frontend/torch-frontend/python/version.txt"
pull_request:
branches:
- main
Expand Down

0 comments on commit df321a7

Please sign in to comment.