Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.
/ actions-job Public archive

Self-Hosted GitHub Actions Runner on Google Cloud Run Jobs.

License

Notifications You must be signed in to change notification settings

karahiyo/actions-job

Repository files navigation

actions-job

Self-Hosted GitHub Actions Runner on Google Cloud Run Jobs.

sequenceDiagram
    participant user as Developer
    participant gh as GitHub
    
    box Google Cloud
    participant controller as Cloud Run service<br>actions-job-controller
    participant runner as Cloud Run jobs<br>actions-job
    end
    
    user->>gh: create PR, commits, merge
    gh->>controller: webhook events
    controller->>+runner: dispatch job
    runner-->>-gh: job results
Loading

Links

About

Self-Hosted GitHub Actions Runner on Google Cloud Run Jobs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages