Skip to content

Rename parquet files #265

Rename parquet files

Rename parquet files #265

Workflow file for this run

# 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