From 52c81032a6437c458b0d953596bd457a92b3d271 Mon Sep 17 00:00:00 2001 From: Ken Liu Date: Thu, 29 Feb 2024 21:50:52 +0800 Subject: [PATCH] Update github-actions.yml --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index befc5b1ae6..2030a0ced2 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -79,7 +79,7 @@ jobs: if [ "$GITHUB_EVENT_NAME" == "pull_request" ]; then chmod +x integrate_test.sh \ && ./integrate_test.sh ${{github.event.pull_request.head.repo.full_name}} ${{github.event.pull_request.head.sha}} ${{github.base_ref}} - elif [ "$GITHUB_EVENT_NAME" == "push" ]; + elif [ "$GITHUB_EVENT_NAME" == "push" ]; then chmod +x integrate_test.sh \ && ./integrate_test.sh $GITHUB_REPOSITORY $GITHUB_SHA $GITHUB_REF_NAME else