Skip to content

ci: move workflow files #209

ci: move workflow files

ci: move workflow files #209

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
depver:
if: "contains(github.event.head_commit.message, '(release)')"
uses: ./.github/workflows/depver.yml
daily:
uses: ./.github/workflows/daily.yaml

Check failure on line 18 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/daily.yaml" : failed to fetch workflow: workflow was not found.
build:
uses: ./.github/workflows/build.yml
needs: [daily]
with:
name: fontfor