Skip to content

Uses the common workflow files #5

Uses the common workflow files

Uses the common workflow files #5

Workflow file for this run

name: Main
on:
push:
schedule:
- cron: '0 0 * * 0'
jobs:
build-rock:
uses: canonical/sdcore-github-workflows/.github/workflows/build-rock.yaml@main
scan-rock:
needs: build-rock
uses: canonical/sdcore-github-workflows/.github/workflows/scan-rock.yaml@main
publish-rock:
if: github.ref_name == 'main'
needs: scan-rock
uses: canonical/sdcore-github-workflows/.github/workflows/publish-rock.yaml@main

Check failure on line 20 in .github/workflows/main.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/main.yaml" -> "canonical/sdcore-github-workflows/.github/workflows/publish-rock.yaml@main" : failed to fetch workflow: workflow was not found.