Skip to content

refactor ci

refactor ci #2

Workflow file for this run

name: CI
on:
push:
branches: [ main]
tags: ["v*"]
pull_request:
workflow_dispatch:
repository_dispatch:
schedule:
# rebuild image every sunday
- cron: "0 0 * * 0"
jobs:
build:
uses: ./.github/workflows/build.yml
linting:
uses: ./.github/workflows/ci.yml
smoketests:
needs: [build]
uses: ./.github/workflows/smoketest.yml

Check failure on line 21 in .github/workflows/control.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/control.yml

Invalid workflow file

error parsing called workflow ".github/workflows/control.yml" -> "./.github/workflows/smoketest.yml" : failed to fetch workflow: workflow was not found.
container:
needs: [smoketests]
uses: ./.github/workflows/push-container.yml