ibm_zos_core icon indicating copy to clipboard operation
ibm_zos_core copied to clipboard

[Enabler][ac] Add command for 'make module-doc' to ac and as a github action

Open IsaacVRey opened this issue 10 months ago • 0 comments

SUMMARY

Add command for 'make module-doc' to ac and first try for github action.

Added new github action that will execute make module-doc upon a new pull request with base branch dev or any branch that starts with staging. By default, it will run on three triggers:

  • open
  • synchronize (every time the branch, with its PR in draft mode or ready for review gets a new push into remote).
  • reopen

You can see this Github Action in the following PR https://github.com/fernandofloresg/ibm_zos_core/pull/26 And look at the run details here https://github.com/fernandofloresg/ibm_zos_core/actions/runs/8618035234/job/23619447213?pr=26

It averages 34s of execution time. image And looking at billable details we get 0s, image

ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

ac

ADDITIONAL INFORMATION

IsaacVRey avatar Apr 08 '24 17:04 IsaacVRey