Closed
Description
For some reason, one of our actions fails and it seems to be due to the keepalive-workflow step:
https://github.com/justafish/ddev-drupal-core-dev/actions/runs/9213831558/job/25348604861
As you can see, the logs states that the action starts:
Executing keepalive for parent workflow (justafish/ddev-drupal-core-dev/.github/workflows/tests.yml)
But there is nothing after this: I expect to have Nothing to do ...
or Kept the repo active using GitHub API
I assume that the step does not end with an exit code 0, which causes the workflow to fail.
More information:
- we are using here 0 as time_elapsed
- this is a workflow triggered by a pull request (coming from a fork)
Do you have any idea of what could be the problem ?
Thanks!