Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GHA: Remove {pre,post}-action steps for self-hosted runners #403

Merged

Commits on Jul 31, 2024

  1. GHA: Remove {pre,post}-action steps for self-hosted runners

    The following hooks:
    
    - ACTIONS_RUNNER_HOOK_JOB_STARTED
    - ACTIONS_RUNNER_HOOK_JOB_COMPLETED
    
    could perfectly replace the existing {pre,post}-action scripts
    and will make a workflow independent of the runner context.
    This commit wipes out all GHA steps where the actions are triggered.
    
    Signed-off-by: Hyounggyu Choi <Hyounggyu.Choi@ibm.com>
    BbolroC committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    8af032c View commit details
    Browse the repository at this point in the history