This repository was archived by the owner on Aug 11, 2025. It is now read-only.
Fixes the value of the Slice Differentiator to represent a valid 24-b… #1785
Workflow file for this run
This file contains hidden or 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] |