sandialabs / pyscan

Scientific Measurement Toolbox
https://pyscan.readthedocs.io/en/latest/
MIT License
4 stars 4 forks source link

Clean up github actions tab by eliminating outdated workflows. #181

Closed rsbrost closed 1 month ago

rsbrost commented 1 month ago

I first cleaned up old branches, deleting those without current relevance or important file changes when compared to main. I then pulled to all remaining branches from main, handling conflicts and checking out workflows specifically when there were conflicts I didn't know how to handle, pushing the changes to origin branches so that all workflows are now in sync with main on all branches. I then deleted all past workflow runs from said outdated workflows so that the no longer relevant workflows would be fully deleted and disappear from our actions tab.

Complete.