Skip to content

♻️ refactor the CI to support Multi Platforms #8

♻️ refactor the CI to support Multi Platforms

♻️ refactor the CI to support Multi Platforms #8

Workflow file for this run

---
name: Workflow - Pull Request
on:
workflow_dispatch:
pull_request:
branches: [main]
concurrency:
group: pr-checks-${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build_containers:
name: Build Docker Image
uses: ./.github/workflows/docker-test.yaml