There are issues using "github.event.before" to obtain the last pushed commit when branches or tags are created. There is also the possibility that failing Rmd file will be ignored in a later push where it isn't updated.
Instead, we should always try to render all Rmd files; see e.g. r-lib/actions#239
There are issues using "github.event.before" to obtain the last pushed commit when branches or tags are created. There is also the possibility that failing Rmd file will be ignored in a later push where it isn't updated.
Instead, we should always try to render all Rmd files; see e.g. r-lib/actions#239