Skip to content

Automated Dev deployment capability #64

Automated Dev deployment capability

Automated Dev deployment capability #64

Workflow file for this run

name: CI-Only Workflow
# Trigger for specified criteria (specifically for PRs against stable branches)
on:
workflow_dispatch:
pull_request:
types:
- opened
- reopened
- synchronize
branches:
- master
- int
- develop
- Naksha_maintenance
- MCPODS-6260_dev_deployment
jobs:
### Job to Build and Publish artifacts
Build-and-Publish:

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

View workflow run for this annotation

GitHub Actions / CI-Only Workflow

Invalid workflow file

The workflow is not valid. .github/workflows/main-ci-only.yml (Line: 20, Col: 3): Error calling workflow 'xeus2001/xyz-hub/.github/workflows/reusable-build-and-publish.yml@1e72e1e4c9e2d44bc5b65441071e861c4915daaa'. The workflow is requesting 'checks: write, pull-requests: write', but is only allowed 'checks: none, pull-requests: none'.
uses: ./.github/workflows/reusable-build-and-publish.yml