Skip to content

changed memory setting when running etl.yml and suggestions.yml #236

changed memory setting when running etl.yml and suggestions.yml

changed memory setting when running etl.yml and suggestions.yml #236

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 }}"