Skip to content

Added a rolling build workflow (#93) #82

Added a rolling build workflow (#93)

Added a rolling build workflow (#93) #82

Workflow file for this run

name: SynologyDdnsUpdater-CI
on:
push:
branches:
- main
paths-ignore:
- '.config/**'
- '.github/dependabot.yml'
- '.vscode/**'
- 'docs/**'
- 'README.md'
jobs:
build_ci:
name: SynologyDdnsUpdater CI Build
uses: ./.github/workflows/workflow_build.yml
secrets: inherit
with:
# build on feature branches, push only on main branch
push: ${{ github.ref == 'refs/heads/main' }}
# don't check format on CI builds due to common breaking changes in the .NET SDK
checkFormat: false
deploy_ci:
name: SynologyDdnsUpdater CI Deploy
needs: build_ci
uses: ./.github/workflows/workflow_deploy.yml

Check failure on line 28 in .github/workflows/CI.yml

View workflow run for this annotation

GitHub Actions / SynologyDdnsUpdater-CI

Invalid workflow file

The workflow is not valid. In .github/workflows/CI.yml (Line: 28, Col: 11): Error from called workflow craigktreasure/SynologyDdnsUpdater/.github/workflows/workflow_deploy.yml@ba2ce7c41eb7f1332aca285c2f9357f54c047bb3 (Line: 7, Col: 3): The workflow must contain at least one job with no dependencies.
secrets: inherit