Skip to content

Commit

Permalink
add workflow that triggers lnxdsp-adi-meta build
Browse files Browse the repository at this point in the history
Signed-off-by: Andreea Andrisan <[email protected]>
  • Loading branch information
AAndrisa committed Dec 13, 2024
1 parent a1c5d63 commit 5e7c663
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/trigger-adi-meta.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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 --repo analogdevicesinc/lnxdsp-adi-meta --ref add_ci
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 5e7c663

Please sign in to comment.