Save CI cycles for backend tests (#1985)

This commit is contained in:
Boxuan Li
2024-05-23 00:10:13 -07:00
committed by GitHub
parent d1475e6e04
commit a605e59b7e
2 changed files with 14 additions and 2 deletions

View File

@@ -10,9 +10,15 @@ on:
- main
paths-ignore:
- '**/*.md'
- 'frontend/**'
- 'docs/**'
- 'evaluation/**'
pull_request:
paths-ignore:
- '**/*.md'
- 'frontend/**'
- 'docs/**'
- 'evaluation/**'
jobs:
integration-tests-on-linux:

View File

@@ -9,10 +9,16 @@ on:
branches:
- main
paths-ignore:
- "**/*.md"
- '**/*.md'
- 'frontend/**'
- 'docs/**'
- 'evaluation/**'
pull_request:
paths-ignore:
- "**/*.md"
- '**/*.md'
- 'frontend/**'
- 'docs/**'
- 'evaluation/**'
jobs:
test-on-macos: