diff --git a/.github/workflows/xcat_test.yml b/.github/workflows/xcat_test.yml index 8e391cc1d..35411e1f1 100644 --- a/.github/workflows/xcat_test.yml +++ b/.github/workflows/xcat_test.yml @@ -3,7 +3,7 @@ on: pull_request: types: [review_requested] jobs: - xcat_build: + xcat_pr_test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 diff --git a/github_action_xcat_test.pl b/github_action_xcat_test.pl index d6fac91dc..4b4151e7e 100644 --- a/github_action_xcat_test.pl +++ b/github_action_xcat_test.pl @@ -633,14 +633,4 @@ if($rst){ } mark_time("run_fast_regression_test"); -if ($redo_check_pr) { - print GREEN "\n------ Checking Pull Request Format ------\n"; - $rst = check_pr_format(); - if($rst){ - print RED "Check of pull request format failed\n"; - exit $rst; - } - mark_time("check_pr_format"); -} - exit 0;