Hi Ana Maria,
first things first: Thanks a stack for taking over maintenance of this excellent GHA workflow action module. Our story how we came to using it was by inheriting a GHA recipe from langchain-mongodb into langchain-cratedb just recently.
Now, we enabled nightly scheduled CI runs per crate/langchain-cratedb@6bb96d0. After that, the scheduled CI run trips like this, see run #12424824928:
Error: This action only supports pull requests and pushes, schedule events are not supported. Please submit an issue on this action's GitHub repo if you believe this in correct.
Base commit: undefined
Head commit: undefined
Error: The base and head commits are missing from the payload for this schedule event. Please submit an issue on this action's GitHub repo.
Error: Not Found
Do you have any idea how we could enable scheduled runs, where relevant Git delta information is not available at all, while still retaining get-changed-files's features for the other types of runs?
With kind regards,
Andreas.
Hi Ana Maria,
first things first: Thanks a stack for taking over maintenance of this excellent GHA workflow action module. Our story how we came to using it was by inheriting a GHA recipe from langchain-mongodb into langchain-cratedb just recently.
Now, we enabled nightly scheduled CI runs per crate/langchain-cratedb@6bb96d0. After that, the scheduled CI run trips like this, see run #12424824928:
Error: This action only supports pull requests and pushes, schedule events are not supported. Please submit an issue on this action's GitHub repo if you believe this in correct.
Do you have any idea how we could enable scheduled runs, where relevant Git delta information is not available at all, while still retaining get-changed-files's features for the other types of runs?
With kind regards,
Andreas.