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 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