Skip to content

Commit

Permalink
refer to the latest release of the eden tests
Browse files Browse the repository at this point in the history
Signed-off-by: yash-zededa <[email protected]>
  • Loading branch information
yash-zededa authored and eriknordmark committed Nov 28, 2023
1 parent eccdcb6 commit 388b644
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 @@ -48,18 +48,18 @@ jobs:
test_suite_pr:
needs: check_pr_publish
if: github.event.review.state == 'approved'
uses: lf-edge/eden/.github/workflows/[email protected].2
uses: lf-edge/eden/.github/workflows/[email protected].3
with:
eve_image: "evebuild/danger:pr${{ github.event.pull_request.number }}"

test_suite_master:
if: github.ref == 'refs/heads/master'
uses: lf-edge/eden/.github/workflows/[email protected].2
uses: lf-edge/eden/.github/workflows/[email protected].3
with:
eve_image: "lfedge/eve:snapshot"

test_suite_tag:
if: startsWith(github.ref, 'refs/tags')
uses: lf-edge/eden/.github/workflows/[email protected].2
uses: lf-edge/eden/.github/workflows/[email protected].3
with:
eve_image: "lfedge/eve:${{ github.ref_name }}"

0 comments on commit 388b644

Please sign in to comment.