Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

playground for github event "worgkflow_run"

Notifications You must be signed in to change notification settings

jkowalleck/playground_workflow_run

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

playground_workflow_run

playground for github event "worgkflow_run".

For example, if your pull_request workflow generates build artifacts, you can create a new workflow that uses workflow_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.

expectation

in a "worgkflow_run" triggered event i can download artifacts from the workflow that triggered the "worgkflow_run" trigger.

conclusion

the action "download-artifact" semas to be broken on event "worgkflow_run".

see actions/download-artifact#60

obeservations

how i tested

  1. action "TESTS" is triggered on push.
    • it creates an artifact "reports".
    • it downloads that exact sams artifact "reports".
  2. action "TESTS DONE" is triggered after the action "TESTS" completed.
    • it downloads that exact sams artifact "reports" from the "TESTS" action.

About

playground for github event "worgkflow_run"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published