WIP: fVDB CI setup
@danrbailey, I implemented the updates since the last attempt (merge master->feature/fvdb and feature/fvdb->fvdb_ci_setup) but I'm still triggering all the other tests. I manually cancelled them. Perhaps it is the changes I make here to .github/workflows?
@danrbailey, I implemented the updates since the last attempt (merge master->feature/fvdb and feature/fvdb->fvdb_ci_setup) but I'm still triggering all the other tests. I manually cancelled them. Perhaps it is the changes I make here to
.github/workflows?
I wondered that too, I can't seem to find any reference docs on this to confirm this. Either way, I think now that you've merged your changes to these .github/workflow files to master, I don't think you need to modify either of these yaml files? From the diff, it looks like you're adding the fvdb/** line when it already exists?
@danrbailey, I implemented the updates since the last attempt (merge master->feature/fvdb and feature/fvdb->fvdb_ci_setup) but I'm still triggering all the other tests. I manually cancelled them. Perhaps it is the changes I make here to
.github/workflows?I wondered that too, I can't seem to find any reference docs on this to confirm this. Either way, I think now that you've merged your changes to these
.github/workflowfiles to master, I don't think you need to modify either of these yaml files? From the diff, it looks like you're adding thefvdb/**line when it already exists?
Oh yes, that is a mistake... a slight mismatch in the changes I was making. I'll make sure to fix that up.