-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Incorrect workflow_id when 2 matrix jobs triggers trigger-workflow-and-wait
at the same time
#61
Comments
Having the same problem when kicking off 2 remote actions at the same time in the same target repo. Both source actions are completing when one of the target actions completes. Going to try delaying invocation on one action to see if that works as a stop-gap. |
Facing the same issue. |
We're also facing this issue. |
this repo seems unmaintained at this point. might just fork and fix this issue |
I'm also facing the same issue |
same |
If anyone else is facing this issue, I've implemented a workaround by using a The change is on tag 1.7.0 on my fork. |
Hi guys,
I am facing this issue in this context:
For instance, I have 2 repositories such as
main
repo)test
repo)The
dispatch-ci
job inDispatch CI
workflow has been triggered via the change of master branch in themain
repo.But the thing is that it triggered it successfully but the result of checking the
dispatch-ci
job is incorrect.After reading the code, I realized that there are 2 points
worklows/dispatches
. I have tried locally, and it returns204No Content
I'd like to raise this issue for further discussion to find alternative solutions which we can contribute wherever in this actions plugin or Github actions API ....
The text was updated successfully, but these errors were encountered: