Skip to content

Commit

Permalink
pointed to lf-edge repo
Browse files Browse the repository at this point in the history
Signed-off-by: yash-zededa <[email protected]>
  • Loading branch information
yash-zededa committed Oct 9, 2023
1 parent 7752b7a commit 2e145e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/eden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@ concurrency:
jobs:
test_suite_pr:
if: github.event.review.state == 'approved'
uses: yash-zededa/eden/.github/workflows/test.yml@master
uses: lf-edge/eden/.github/workflows/test.yml@master
with:
eve_image: "evebuild/danger:pr${{ github.event.pull_request.number }}"

test_suite_master:
if: github.ref == 'refs/heads/master'
uses: yash-zededa/eden/.github/workflows/test.yml@master
uses: lf-edge/eden/.github/workflows/test.yml@master
with:
eve_image: "lfedge/eve:snapshot"

test_suite_tag:
if: startsWith(github.ref, 'refs/tags')
uses: yash-zededa/eden/.github/workflows/test.yml@master
uses: lf-edge/eden/.github/workflows/test.yml@master
with:
eve_image: "lfedge/eve:${{ github.ref_name }}"

0 comments on commit 2e145e6

Please sign in to comment.