From f2bc819644dc6a469536923ca0bb80854b39911b Mon Sep 17 00:00:00 2001 From: Hyounggyu Choi Date: Tue, 19 Mar 2024 10:18:38 +0100 Subject: [PATCH] gha: Place pre-action on s390x runner for kata-deploy during release This is to place a pre-action step for the kata-deploy job in order to clean up the github workspace directory before checking out the repo. Fixes: #9301 Signed-off-by: Hyounggyu Choi --- .github/workflows/release-s390x.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release-s390x.yaml b/.github/workflows/release-s390x.yaml index 6fc85b4d38..4bf97f374e 100644 --- a/.github/workflows/release-s390x.yaml +++ b/.github/workflows/release-s390x.yaml @@ -17,6 +17,9 @@ jobs: needs: build-kata-static-tarball-s390x runs-on: s390x steps: + - name: Take a pre-action for self-hosted runner + run: ${HOME}/script/pre_action.sh ubuntu-2204 + - name: Login to Kata Containers docker.io uses: docker/login-action@v2 with: