You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it's perfectly legitimate for a PR not to be able to trigger the "keep alive" API call: but perhaps you could do something to avoid this error? (and/or add an explicit log message ?)
Thanks
julienloizelet
changed the title
Action does not complete and causes the parent workflow to fail.
Action does not complete and causes the parent workflow to fail. (triggered by pull request from fork)
May 24, 2024
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 ...
orKept 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:
Do you have any idea of what could be the problem ?
Thanks!
The text was updated successfully, but these errors were encountered: