Skip to content

prise en compte MOSS + speed up etl #126

prise en compte MOSS + speed up etl

prise en compte MOSS + speed up etl #126

Workflow file for this run

name: Pull Request Etl
on:
pull_request:
paths:
- 'app/etl/**'
- '.github/**'
jobs:
checkEtl:
name: Etl
uses: ./.github/workflows/etl.yml
secrets:
DATA_REPOSITORY: "${{ secrets.DATA_REPOSITORY }}"