Skip to content

CI/CD - use full paths in workflows instead of relative ones #10

CI/CD - use full paths in workflows instead of relative ones

CI/CD - use full paths in workflows instead of relative ones #10

Workflow file for this run

# This workflow will run other workflows
name: Build (All)
on: [push]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
linux:
uses: ./.github/workflows/build_linux.yml