playground for github event "worgkflow_run".
For example, if your
pull_request
workflow generates build artifacts, you can create a new workflow that usesworkflow_run
to analyze the results and add a comment to the original pull request.
The goal of tis playground is to see if downloading and processing artifacts in a "worgkflow_run" eent works as expected.
in a "worgkflow_run" triggered event i can download artifacts from the workflow that triggered the "worgkflow_run" trigger.
the action "download-artifact" semas to be broken on event "worgkflow_run".
see actions/download-artifact#60
- upload artifact in a "push"-event workflow works as expected.
- download artifact in the same "push"-event workflow works as expected.
- download artifact in a "worgkflow_run"-event workflow is broken.
- see action results.
- action "TESTS" is triggered on push.
- it creates an artifact "reports".
- it downloads that exact sams artifact "reports".
- action "TESTS DONE" is triggered
after the action "TESTS" completed.
- it downloads that exact sams artifact "reports" from the "TESTS" action.