From f392b0754ca33789af06603265a404007c3fb1a2 Mon Sep 17 00:00:00 2001 From: Junjie Gao Date: Thu, 11 Apr 2024 10:51:40 +0800 Subject: [PATCH 1/2] fix(ci): enable override for upload-artifact@v4 action Signed-off-by: Junjie Gao --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dd54a92..9333fd5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -87,6 +87,7 @@ jobs: with: name: ${{ matrix.runtime }} path: ${{ github.workspace }}/bin/artifacts + overwrite: true retention-days: 1 release: name: Release From 244523bab914e46181bcdaaa24a455c5c490db41 Mon Sep 17 00:00:00 2001 From: Junjie Gao Date: Thu, 11 Apr 2024 10:58:05 +0800 Subject: [PATCH 2/2] fix(ci): update test pipeline Signed-off-by: Junjie Gao --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6775b92..8ff0659 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -82,6 +82,7 @@ jobs: name: E2E testing for Mariner container runs-on: ubuntu-latest needs: test + if: github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'push' steps: - name: Check out code into the project directory uses: actions/checkout@v4