Skip to content

chore: remove obsolete GitHub workflows and scripts #4

chore: remove obsolete GitHub workflows and scripts

chore: remove obsolete GitHub workflows and scripts #4

Workflow file for this run

---
name: Workflow - Pull Request
on:
workflow_dispatch:
pull_request:
branches: [main]
push:
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