Any change would have worked here as my GitHub Action is PR-based for the trigger, but since I want to merge this one, I removed the plot-generating script as it's no longer required - I only created it to test the plot commenting feature wherein one can specify the R code used to generate their plots. As it currently stands, the plots are produced by running atime::atime_pkg( ... ), meaning that the generator code will always be the same. Thus, there isn't much point in retaining flexibility there.
Time to test my workflow:)
Any change would have worked here as my GitHub Action is PR-based for the trigger, but since I want to merge this one, I removed the plot-generating script as it's no longer required - I only created it to test the plot commenting feature wherein one can specify the R code used to generate their plots. As it currently stands, the plots are produced by running
atime::atime_pkg( ... )
, meaning that the generator code will always be the same. Thus, there isn't much point in retaining flexibility there.