File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 coverage :
1818 name : unit test coverage
1919 runs-on : ubuntu-latest
20- if : github.event_name == " push" || contains(github.event.comment.body, " /unit-test" )
20+ if : github.event_name == ' push' || contains(github.event.comment.body, ' /unit-test' )
2121 steps :
2222 - uses : actions/checkout@master
2323 - run : " make unit-test-cover"
2727 build :
2828 name : docker build & push
2929 runs-on : ubuntu-latest
30- if : github.event_name == " push" || contains(github.event.comment.body, " /buid-push" )
30+ if : github.event_name == ' push' || contains(github.event.comment.body, ' /buid-push' )
3131 steps :
3232 - name : Checkout repository
3333 uses : actions/checkout@v4
4646 result :
4747 name : report to pr comment
4848 runs-on : ubunt-latest
49- if : github.event_name == " issue_comment" && ${{ github.event.issue.pull_request }}
49+ if : github.event_name == ' issue_comment' && ${{ github.event.issue.pull_request }}
5050 steps :
5151 - run : |
5252 gh pr comment ${{ github.event.issue.number }} -b "[Actions: CI] Check result [here](https://github.com/sp-yduck/cluster-api-provider-proxmox/actions/runs/${{ github.run_number }})"
You can’t perform that action at this time.
0 commit comments