Skip to content

CICD pipeline targeting only fixed modules #909

CICD pipeline targeting only fixed modules

CICD pipeline targeting only fixed modules #909

Workflow file for this run

name: CI-Only Workflow for V3 branches
# Trigger for specified criteria (specifically for PRs against stable branches)
on:
workflow_dispatch:
pull_request:
types:
- opened
- reopened
- synchronize
branches:
- 'v3*'
permissions:
checks: write # for junit reporting
pull-requests: write # for jacoco PR comments
jobs:
### Job to Build and Publish artifacts
Build-and-Publish:
uses: ./.github/workflows/reusable-build-and-publish-v3s.yml

Check failure on line 21 in .github/workflows/main-ci-only.yml

View workflow run for this annotation

GitHub Actions / CI-Only Workflow for V3 branches

Invalid workflow file

The workflow is not valid. In .github/workflows/main-ci-only.yml (Line: 21, Col: 11): Error from called workflow heremaps/naksha/.github/workflows/reusable-build-and-publish-v3s.yml@11e120124f6f89a402a6da7eeed8a0e95f8957ec (Line: 56, Col: 14): Unrecognized named-value: 'naksha-modules'. Located at position 1 within expression: naksha-modules