Skip to content

fix: add test_bug

fix: add test_bug #28

Workflow file for this run

name: Dev
on:
pull_request:
types:
- opened
- synchronize
- reopened
branches:
- main
paths-ignore:
- "docs/**"
- "website/**"
- "**.md"
- "docker/**"
- "scripts/setup/**"
- ".devcontainer/**"
merge_group:
types:
- checks_requested
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
jobs:
linux:
uses: ./.github/workflows/reuse.linux.yml
secrets: inherit
with:
build_profile: debug
linux_hive:
uses: ./.github/workflows/reuse.linux.hive.yml
secrets: inherit
with:
build_profile: debug