From 6ae18cafe285f07443137b85493f69f95e738c3d Mon Sep 17 00:00:00 2001 From: TiejunZhou <50469179+TiejunMS@users.noreply.github.com> Date: Fri, 24 Nov 2023 07:33:13 +0000 Subject: [PATCH] Fail the job for testing purpose --- .github/workflows/regression_template.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/regression_template.yml b/.github/workflows/regression_template.yml index ce124fd8..7641b35b 100644 --- a/.github/workflows/regression_template.yml +++ b/.github/workflows/regression_template.yml @@ -54,6 +54,9 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: + + - name: Fail + run: false - name: Check out the repository uses: actions/checkout@v4 with: