mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-29 17:23:08 +00:00
Fix syntax error in GitHub Action script
This commit is contained in:
parent
e000659379
commit
07fc726380
2
.github/workflows/xcat_test.yml
vendored
2
.github/workflows/xcat_test.yml
vendored
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user