-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
action: fix checkout on pull_request_target #1238
action: fix checkout on pull_request_target #1238
Conversation
@imeoer , a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/69040 |
Codecov Report
@@ Coverage Diff @@
## master #1238 +/- ##
=======================================
Coverage 41.35% 41.35%
=======================================
Files 126 126
Lines 37336 37336
Branches 37336 37336
=======================================
+ Hits 15440 15441 +1
+ Misses 21164 21163 -1
Partials 732 732 |
|
fa949be
to
4bcfeaf
Compare
|
4bcfeaf
to
1671b1f
Compare
|
1671b1f
to
9ed45a2
Compare
|
32f07ab
to
5d1768c
Compare
@imeoer , The CI test is completed, please check result:
Congratulations, your test job passed! |
The `pull_request_target` trigger will checkout the master branch codes by default, but we need to use the new PR codes on smoke test. See: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target Signed-off-by: Yan Song <[email protected]>
5d1768c
to
ba869e6
Compare
|
@imeoer , the title has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/69081 |
@imeoer , the title has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/69082 |
@imeoer , the title has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/69083 |
@imeoer , The CI test is completed, please check result:
Congratulations, your test job passed! |
The
pull_request_target
trigger will checkout the master branchcodes strictly, but we must use the PR codes for the smoke test.
See the limitation: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target
The PR also moves the performance test result to the action page, for example:
https://github.com/dragonflyoss/image-service/actions/runs/4754007981#summary-12894191943