mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 01:54:18 -08:00
disabling data checks on non-data folders (#532)
This commit is contained in:
parent
6851c0a38d
commit
ac746741ea
1 changed files with 2 additions and 0 deletions
2
.github/workflows/data-checks.yml
vendored
2
.github/workflows/data-checks.yml
vendored
|
@ -3,6 +3,8 @@ name: Data Checks
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ] # runs on any PR against main
|
branches: [ main ] # runs on any PR against main
|
||||||
|
paths:
|
||||||
|
- "data/**"
|
||||||
jobs:
|
jobs:
|
||||||
data-pipeline:
|
data-pipeline:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue