Skip to content

fixup! Ticket #4170: implement CI via GitHub Actions #31

fixup! Ticket #4170: implement CI via GitHub Actions

fixup! Ticket #4170: implement CI via GitHub Actions #31

Workflow file for this run

name: CI
on: [ push, pull_request ]
jobs:
call-build-ubuntu:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
timeout-minutes: 10
uses: ./.github/workflows/ci-ubuntu.yml

Check failure on line 8 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/ci-ubuntu.yml" (source branch with sha:ecc8d6f36b7ec83d5764c5d74454faba26d351c8) : You have an error in your yaml syntax on line 7
call-build-macos:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
timeout-minutes: 10
uses: ./.github/workflows/ci-macos.yml