Skip to content

Commit

Permalink
to call the workflow from eden
Browse files Browse the repository at this point in the history
Signed-off-by: yash-zededa <yash@zededa.com>
  • Loading branch information
yash-zededa authored and eriknordmark committed Jul 24, 2023
1 parent c7cb0b8 commit 4898e29
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/eden_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Test from lf-edge/eden
on:
workflow_dispatch:
push:
branches:
- "master"
- "[0-9]+.[0-9]+"
- "[0-9]+.[0-9]+-stable"
paths-ignore:
- 'docs/**'
pull_request_review:
types: [submitted]
paths-ignore:
- 'docs/**'

jobs:
call_test_wf_from_eden:
uses: lf-edge/eden/.github/workflows/test.yml@master
with:
eve_tag: "evebuild/danger:pr${{ github.event.pull_request.number }}"

0 comments on commit 4898e29

Please sign in to comment.