CCBR / XAVIER

An easy-to-use, flexible variant calling pipeline for use on the Biowulf cluster at NIH
https://ccbr.github.io/XAVIER/
MIT License
1 stars 3 forks source link

ci: fix fork-sync action for NCIPangea #48

Closed kelly-sovacool closed 1 year ago

kelly-sovacool commented 1 year ago

Issues

resolves #46

Changes

Adds a github action to sync the NCIPangea fork, and deletes older versions of it. I tested this out in the pangea fork and it's working! We have to keep this action in the upstream repo's default branch in order for the cron schedule to work. This action skips the sync step if the owner that triggered the workflow is not NCIPangea.

TODO

After this gets merged into main, we'll have to manually update the fork one more time so it will have this new workflow in its main branch -- then it will run on a cron schedule.

See also for RENEE: https://github.com/CCBR/RENEE/pull/26