-
Notifications
You must be signed in to change notification settings - Fork 77
35 lines (34 loc) · 949 Bytes
/
s-rows.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# SPDX-License-Identifier: Apache-2.0
# Copyright 2023 The HuggingFace Authors.
name: services/rows
on:
workflow_dispatch:
push:
branches:
- main
paths:
- "libs/libapi/**"
- "libs/libcommon/**"
- "services/rows/**"
- ".github/workflows/s-rows.yml"
- ".github/workflows/_quality-python.yml"
- ".github/workflows/_unit-tests-python.yml"
- "tools/docker-compose-mongo.yml"
pull_request:
paths:
- "libs/libapi/**"
- "libs/libcommon/**"
- "services/rows/**"
- ".github/workflows/s-rows.yml"
- ".github/workflows/_quality-python.yml"
- ".github/workflows/_unit-tests-python.yml"
- "tools/docker-compose-mongo.yml"
jobs:
quality:
uses: ./.github/workflows/_quality-python.yml
with:
working-directory: services/rows
unit-tests:
uses: ./.github/workflows/_unit-tests-python.yml
with:
working-directory: services/rows