Skip to content

Cast features in stats #4319

Cast features in stats

Cast features in stats #4319

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0
# Copyright 2022 The HuggingFace Authors.
name: services/worker
on:
workflow_dispatch:
push:
branches:
- main
paths:
- "libs/libcommon/**"
- "services/worker/**"
- ".github/workflows/s-worker.yml"
- ".github/workflows/_quality-python.yml"
- ".github/workflows/_unit-tests-python.yml"
- "tools/docker-compose-mongo.yml"
pull_request:
paths:
- "libs/libcommon/**"
- "services/worker/**"
- ".github/workflows/s-worker.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/worker
unit-tests:
uses: ./.github/workflows/_unit-tests-python.yml
with:
working-directory: services/worker
secrets: inherit