File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 23
23
ref : ${{ github.event.pull_request.head.sha }}
24
24
25
25
- if : steps.wait-for-build.outputs.conclusion != 'success'
26
- run : exit 1
26
+ run : |
27
+ tee comment << EOF
28
+ Build checks have not completed. Possible reasons for this are:
29
+ 1. The checks need to be approved by a maintainer
30
+ 2. The branch has conflicts
31
+ 3. The firmware build has failed
32
+ EOF
27
33
28
- - name : Download artifact
34
+ - if : steps.wait-for-build.outputs.conclusion == 'success'
35
+ name : Download artifact
29
36
uses : dawidd6/action-download-artifact@bd10f381a96414ce2b13a11bfa89902ba7cea07f
30
37
with :
31
38
workflow : main.yml
39
46
with :
40
47
issue-number : ${{ github.event.pull_request.number }}
41
48
comment-author : ' github-actions[bot]'
42
- body-includes : Build size and comparison to
43
49
44
50
- name : Create or update comment
45
51
uses : peter-evans/create-or-update-comment@5adcb0bb0f9fb3f95ef05400558bdb3f329ee808
You can’t perform that action at this time.
0 commit comments