Skip to content

Multi Arch CIs

Multi Arch CIs #441

Workflow file for this run

# http://webui.me
# https://github.com/webui-dev/webui
# Copyright (c) 2020-2024 Hassan Draga.
# Licensed under MIT License.
# All rights reserved.
#
# Special Thanks to Turiiya (https://github.com/ttytm)
name: CI
on:
push:
paths-ignore: ['**/*.md']
pull_request:
branches: [main]
paths-ignore: ['**/*.md']
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name == 'main' && github.sha || github.ref }}
cancel-in-progress: true
jobs:
windows:
uses: ./.github/workflows/windows.yml

Check failure on line 23 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "./.github/workflows/windows.yml" : failed to fetch workflow: workflow was not found.
permissions:
contents: write
macos:
uses: ./.github/workflows/macos.yml
permissions:
contents: write
linux:
uses: ./.github/workflows/linux.yml
permissions:
contents: write