Skip to content

feat: adding craft version as a file #121

feat: adding craft version as a file

feat: adding craft version as a file #121

Workflow file for this run

name: Main
on:
pull_request:
branches:
- main
push:
branches:
- main
schedule:
- cron: '0 0 * * 0'
jobs:
build-rock:
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected]
scan-rock:
needs: build-rock
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected]

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/[email protected]" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
publish-rock:
if: github.ref_name == 'main'
needs: scan-rock
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected]