Skip to content

[CLIENT-4042] CI/CD: Cache C client build to save compute spend #8

[CLIENT-4042] CI/CD: Cache C client build to save compute spend

[CLIENT-4042] CI/CD: Cache C client build to save compute spend #8

Workflow file for this run

on:
pull_request:
# paths:
# - aerospike-client-c
# - src/**
workflow_dispatch:
jobs:
build-c-client:
uses: ./.github/workflows/build-c-client.yml
build-python-client:
needs: build-c-client
uses: ./.github/workflows/build-python-client.yml