Skip to content

build: Added deep pass-through options on verification actions #56

build: Added deep pass-through options on verification actions

build: Added deep pass-through options on verification actions #56

Workflow file for this run

name: "Workflow Dispatch"
on: push
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
call-lint:
name: "Lint"
uses: ./.github/workflows/lint.yml
call-build:
name: "Build"
uses: ./.github/workflows/build.yml
call-release:
name: "Release"
needs: [ call-lint, call-build ]
if: ${{ github.ref_protected == true }}
uses: ./.github/workflows/release.yml
secrets: inherit