tree: dd6c60b83d9ddb537e8076811021f8b777524c78 [path history] [tgz]
  1. dev_pr/
  2. arrow.yml
  3. arrow_flight.yml
  4. audit.yml
  5. dev.yml
  6. dev_pr.yml
  7. docs.yml
  8. integration.yml
  9. miri.sh
  10. miri.yaml
  11. parquet-geospatial.yml
  12. parquet-variant.yml
  13. parquet.yml
  14. parquet_derive.yml
  15. README.md
  16. release.yml
  17. rust.yml
  18. take.yml
.github/workflows/README.md

The CI is structured so most tests are run in specific workflows: arrow.yml for arrow, parquet.yml for parquet and so on.

The basic idea is to run all tests on pushes to main (to ensure we keep main green) but run only the individual workflows on PRs that change files that could affect them.