Skip to content

Uses codebuild as a runner for spel jobs via github actions integration #2

Uses codebuild as a runner for spel jobs via github actions integration

Uses codebuild as a runner for spel jobs via github actions integration #2

Workflow file for this run

name: Build images
on:
push:
branches: ["ci/codebuild-runner"]
concurrency:
group: build-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: codebuild-spel-commercial-${{ github.run_id }}-${{ github.run_attempt }}
steps:
- run: echo "This is a placeholder for the build job. Replace with actual build steps."