chore: Bump the npm_dependencies group across 1 directory with 11 upd… #1870
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 branch CI | |
on: | |
pull_request: | |
branches: | |
- main | |
push: | |
schedule: | |
- cron: "0 0 * * 0" | |
jobs: | |
nms-lint-report: | |
uses: ./.github/workflows/nms-lint-report.yaml | |
build-nms: | |
needs: nms-lint-report | |
uses: ./.github/workflows/build-nms.yaml | |
build-rock: | |
needs: build-nms | |
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected] | |
scan-rock: | |
needs: build-rock | |
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected] | |
publish-rock: | |
if: github.ref_name == 'main' | |
needs: scan-rock | |
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected] |