File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -106,5 +106,4 @@ runs:
106106 with :
107107 release_id : ${{ inputs.event-id }}
108108 file : " /var/lib/mock/${{ inputs.target }}/result/${{ env.RPM }};/var/lib/mock/${{ inputs.target }}/result/${{ env.SRPM }}"
109- update_latest_release : true
110109 overwrite : true
Original file line number Diff line number Diff line change 22name : nightly
33
44on :
5- # push:
5+ push :
66 schedule :
77 - cron : ' 05 00 * * *'
88
1818 steps :
1919 - name : Checkout Code
2020 uses : actions/checkout@v3
21- with :
22- ref : ' main'
21+ # with:
22+ # ref: 'main'
2323 - uses : ./.github/actions/generate
2424 name : generate warewulf spec, dist and collect commits info
2525 id : generate
5757 steps :
5858 - name : Checkout Code
5959 uses : actions/checkout@v3
60- with :
61- ref : ' main'
60+ # with:
61+ # ref: 'main'
6262 - uses : ./.github/actions/rpm
6363 name : build rpms
6464 id : rpm
You can’t perform that action at this time.
0 commit comments