Skip to content

Commit

Permalink
Merge branch 'feat/add-new-e2e' into test-e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanxin committed Sep 19, 2024
2 parents 770e10a + 47fffdb commit 9a77200
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
else
{
echo 'tags<<TAGS'
echo 'PR-${{ github.event.pull_request.number }}'
echo '${{ github.event.pull_request.head.sha }}'
echo 'PR-${{ github.event.pull_request.number }}'
echo 'TAGS'
} >> "$GITHUB_OUTPUT"
fi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout lifecycle-manager
uses: actions/checkout@v4
- name: Wait Image
run: "./.github/scripts/release/await_image.sh ${{ github.ref_name }} ${{ env.IMAGE_REPO }}"
run: "./.github/scripts/release/await_image.sh ${{ github.event.pull_request.head.sha }} ${{ env.IMAGE_REPO }}"
e2e-integration:
name: E2E
needs: wait-image
Expand Down

0 comments on commit 9a77200

Please sign in to comment.