JacquesCarette / Drasil

Generate all the things (focusing on research software)
https://jacquescarette.github.io/Drasil
BSD 2-Clause "Simplified" License
143 stars 26 forks source link

Save CI minutes: only run Build & Test CI if `code/` has edits in commits #3258

Open balacij opened 1 year ago

balacij commented 1 year ago

Since our “Build & Test” CI workflow only involves work with the code/ folder, we should only run it in the instances where the code/ folder is edited.

We might be able to use the paths-filter to get it going, since GitHub doesn't have this feature natively.

smiths commented 1 year ago

Good idea @balacij.