-
PR workflows can fail for unexpected external causes, e.g. when Note: Adding the manual trigger |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Thanks for raising this one. I think adding I've restarted the failed job in this case, anyway 😄 |
Beta Was this translation helpful? Give feedback.
-
Hey @yarusome. IMO, adding an extra mechanism to trigger the workflow might not be necessary. The members with push permissions can rerun the failed workflows. And workflow failures due to downgrade of GitHub actions occur very rarely. Besides, the For the case where the workflow fails due to degradation of github action or other reasons, you could:
|
Beta Was this translation helpful? Give feedback.
Hey @yarusome. IMO, adding an extra mechanism to trigger the workflow might not be necessary.
The members with push permissions can rerun the failed workflows. And workflow failures due to downgrade of GitHub actions occur very rarely. Besides, the
workflow_dispatch
event could only triggered by member withpush
permission to the corresponding repo.For the case where the workflow fails due to degradation of github action or other reasons, you could: