pfmc-assessments / nwfscSurvey

Tool to pull and process NWFSC West Coast groundfish survey data for use in PFMC groundfish stock assessments
http://pfmc-assessments.github.io/nwfscSurvey/
10 stars 8 forks source link

Add R-CMD-check hourly #137

Closed kellijohnson-NOAA closed 4 months ago

kellijohnson-NOAA commented 4 months ago

Currently ghactions4r only allows 6 OS or 3 OS. This is using the simple 3 OS so it will run the R-CMD-Check every hour. I did not change the existing workflow time schedule b/c eventually I would like to be able to change this workflow to just use on OS instead of the default 3 but that requires a change in ghactions4r.

I could delete line 2 that allows this workflow to run on dispatch because it is the exact same as the other workflow but it is not hurting anything.

@chantelwetzel-noaa let me know if you want to wait to merge this in until ghactions4r allows just one operating system or if I should change it to just use one OS manually, which would require using the r-lib actions rather than ghactions4r.

chantelwetzel-noaa commented 4 months ago

@kellijohnson-NOAA Thank you for doing this. While I don't fully understand the details, I think I am fine with how it is structured.