Skip to content

add workflow that triggers lnxdsp-adi-meta build #1

add workflow that triggers lnxdsp-adi-meta build

add workflow that triggers lnxdsp-adi-meta build #1

name: Trigegr build of lnxdsp-adi-meta
on:
push:
branches:
- trigger_ci
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Trigger build
run: gh workflow run build_project.yml -R analogdevicesinc/lnxdsp-adi-meta -r add_ci -f name=trigger_ci
env:
GH_TOKEN: ${{ github.token }}