feat: adding craft version as a file #121
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 GitHub Actions / .github/workflows/main.yamlInvalid workflow file
|
||
publish-rock: | ||
if: github.ref_name == 'main' | ||
needs: scan-rock | ||
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected] |