Skip to content

feat: add github release workflow #1

feat: add github release workflow

feat: add github release workflow #1

Workflow file for this run

name: Compose smoke
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
concurrency:
group: compose-smoke-${{ github.ref }}
cancel-in-progress: true
jobs:
compose-smoke:
name: Docker Compose smoke
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Check out repository
uses: actions/checkout@v5
- name: Run Docker Compose smoke verifier
shell: bash
run: bash scripts/verify-compose-e2e.sh