Skip to content

Commit f943edc

Browse files
test
Signed-off-by: jason yang <jasonyangshadow@gmail.com>
1 parent 19b79e9 commit f943edc

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/actions/rpm/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/nightly.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: nightly
33

44
on:
5-
#push:
5+
push:
66
schedule:
77
- cron: '05 00 * * *'
88

@@ -18,8 +18,8 @@ jobs:
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
@@ -57,8 +57,8 @@ jobs:
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

0 commit comments

Comments
 (0)