An icon of a CPU with smile inside the central square, representing good data processing.

heata CI/CD Runners.
High Performance. High Impact.

Runner Tiers

heata slim

Linting, small unit tests, and lightweight automation.

vCPU
1
RAM
5 GB
Storage
14 GB
GitHub Equivalent
actions_linux_slim
Price per minute
£0.0011
Cost Savings vs GitHub Equivalent
25%

heata standard

Recommended. Docker builds and heavy integration tests.

vCPU
2
RAM
8 GB
Storage
14 GB
GitHub Equivalent
actions_linux
Price per minute
£0.0034
Cost Savings vs GitHub Equivalent
25%

heata large

Large-scale data processing and monolithic builds.

vCPU
8
RAM
32 GB
Storage
128 GB
GitHub Equivalent
linux_8_core
Price per minute
£0.012
Cost Savings vs GitHub Equivalent
25%
If you require custom configurations, please get in touch at hello@heata.co.

Deployment overview

heata Runners are hosted GitHub Actions runners that execute your CI/CD workflows on heata's infrastructure. Your jobs run in fully isolated, ephemeral runners that are created fresh for every job and destroyed immediately after. Switching to heata takes about 10 minutes. Switching back to your previous set up takes just a few minutes.
Getting Started
Change the runs-on value in your workflow files from a GitHub-hosted runner to a heata runner:
jobs:
  build:
    runs-on: yourprefix-heata-standard
    steps:
      - uses: actions/checkout@v4
      - run: npm install
      - run: npm test

Replace yourprefix with the label prefix we provided during onboarding.

To read more information about getting started, see here.

More Information

FAQ

Still have questions? Email us at hello@heata.co