From 2e8a3535ffbeb20da4a57c98243477454548ab05 Mon Sep 17 00:00:00 2001 From: Jenny Li Date: Tue, 23 Nov 2021 10:29:14 +0800 Subject: [PATCH] [skip ci] fix skip for pr (#12196) Signed-off-by: Jenny Li --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 707e5cc9f2..c95e89505f 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -39,7 +39,7 @@ jobs: ubuntu: name: Build and test AMD64 Ubuntu ${{ matrix.ubuntu }} # Add /rerun-unit - if: "(github.event_name == 'push' || (github.event_name == 'issue_comment' && startsWith(github.event.comment.body, '/rerun-unit')))" + if: "(github.event_name == 'push' || github.event_name == 'pull_request' || (github.event_name == 'issue_comment' && startsWith(github.event.comment.body, '/rerun-unit')))" runs-on: ubuntu-latest timeout-minutes: 90 strategy: