Skip to content

Commit

Permalink
run CI per commit only on inference branch
Browse files Browse the repository at this point in the history
  • Loading branch information
goliaro committed Mar 30, 2024
1 parent 0479a64 commit 5bd7123
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions .github/workflows/gpu-ci.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,8 @@
name: "gpu-ci"
on:
pull_request:
paths:
- "cmake/**"
- "config/**"
- "deps/**"
- "python/**"
- "setup.py"
- "include/**"
- "inference/**"
- "src/**"
- "tests/inference/**"
- "conda/flexflow.yml"
- ".github/workflows/gpu-ci.yml"
- "tests/cpp_gpu_tests.sh"
- "tests/inference_tests.sh"
- "tests/training_tests.sh"
- "tests/python_interface_test.sh"
push:
branches:
- "master"
- "inference"
paths:
- "cmake/**"
- "config/**"
Expand Down Expand Up @@ -194,7 +177,7 @@ jobs:
- name: Save inference output as an artifact
if: always()
run: |
run: |
cd inference
tar -zcvf output.tar.gz ./output
Expand Down

0 comments on commit 5bd7123

Please sign in to comment.