Skip to content

Test

Test #2

name: Build-Deploy
on:
push:
paths:
- "bidrag-transport/**"
branches-ignore:
- main
pull_request:
types: [closed]
permissions:
contents: "read"
id-token: "write"
packages: "write"
jobs:
build-and-release:

Check failure on line 17 in .github/workflows/build-deploy-bidrag-transport.yml

View workflow run for this annotation

GitHub Actions / Build-Deploy

Invalid workflow file

The workflow is not valid. .github/workflows/build-deploy-bidrag-transport.yml (Line: 17, Col: 3): The workflow must contain at least one job with no dependencies.
name: Build and release package
needs: build-artifact
uses: ./.github/workflows/build_and_release_package.yml
with:
package-name: bidrag-transport
secrets: inherit