diff --git a/.github/workflows/kind_integration.yml b/.github/workflows/kind_integration.yml index 8810bbf39..a8fea9b52 100644 --- a/.github/workflows/kind_integration.yml +++ b/.github/workflows/kind_integration.yml @@ -38,8 +38,7 @@ jobs: run: | export PATH="`pwd`/bin:$PATH" bin/docker-build - - name: Create artifact with CLI and image archives (Forked repositories) - if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork + - name: Create artifact with CLI and image archives env: ARCHIVES: /home/runner/archives run: | @@ -57,8 +56,7 @@ jobs: # absolute path is used here. # # https://github.com/actions/upload-artifact/issues/8 - - name: Upload artifact (Forked repositories) - if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork + - name: Upload artifact # actions/upload-artifact@v1 uses: actions/upload-artifact@3446296 with: