File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 17
17
18
18
name : pr-check
19
19
20
- on :
20
+ on :
21
21
pull_request :
22
22
types : [labeled, synchronize, opened, reopened]
23
23
24
+ concurrency :
25
+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
26
+ cancel-in-progress : true
27
+
24
28
jobs :
25
29
windows :
26
30
name : Windows
@@ -337,7 +341,7 @@ jobs:
337
341
with :
338
342
fetch-depth : 2
339
343
340
- - name : Evaluate changes in files
344
+ - name : Evaluate changes in files
341
345
id : pnpm_changed
342
346
run : |
343
347
git fetch origin ${{ github.event.pull_request.base.ref }}
@@ -411,7 +415,7 @@ jobs:
411
415
always()
412
416
steps :
413
417
- name : Evaluate the Windows Update test results
414
- run : |
418
+ run : |
415
419
echo "Windows updater result: ${{ needs.run-update-e2e-test.result }}"
416
420
if [ "${{ needs.run-update-e2e-test.result }}" = "failure" ]; then
417
421
echo "Windows udpater test failed..."
You can’t perform that action at this time.
0 commit comments