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
We have a dev repo from which we want to trigger jobs in e2e test repository. We have multiple environments and with the github actions plan we've come up with we have a separate step for each environment. Each step sends a repository_dispatch trigger. That will total in about 7 triggers per step/environment.
We have a dev repo from which we want to trigger jobs in e2e test repository. We have multiple environments and with the github actions plan we've come up with we have a separate step for each environment. Each step sends a repository_dispatch trigger. That will total in about 7 triggers per step/environment.
The receiving e2e test repository will have one workflow for simple e2e tests. In the 'on' section, in the 'types' field, can we use a list like
will this work?
The text was updated successfully, but these errors were encountered: