ci: Add docs rtd check on kedro-datasets
#172
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run checks on Kedro-Docker | ||
on: | ||
push: | ||
branches: | ||
- main | ||
paths-ignore: | ||
- "kedro-airflow/**" | ||
- "kedro-datasets/**" | ||
- "kedro-telemetry/**" | ||
pull_request: | ||
branches: | ||
- main | ||
paths-ignore: | ||
- "kedro-airflow/**" | ||
- "kedro-datasets/**" | ||
- "kedro-telemetry/**" | ||
schedule: | ||
# Run every day at midnight (UTC time) | ||
- cron: '0 0 * * *' | ||
jobs: | ||
docker-test: | ||
uses: ./.github/workflows/check-plugin.yml | ||
Check failure on line 24 in .github/workflows/kedro-docker.yml GitHub Actions / Run checks on Kedro-DockerInvalid workflow file
|
||
with: | ||
plugin: kedro-docker |