Skip to content

refactor ci

refactor ci #3

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.yaml

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

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. In .github/workflows/control.yml (Line: 21, Col: 11): Error from called workflow greenbone/openvas-scanner/.github/workflows/smoketest.yaml@1e82cdc70e2550e235fc9e2b17a7a0ff9530bd9a (Line: 47, Col: 13): Job 'verify-feed-update' depends on unknown job 'build'.
container:
needs: [smoketests]
uses: ./.github/workflows/push-container.yml