Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: jason yang <[email protected]>
  • Loading branch information
JasonYangShadow committed Dec 7, 2023
1 parent 19b79e9 commit f943edc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/actions/rpm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,4 @@ runs:
with:
release_id: ${{ inputs.event-id }}
file: "/var/lib/mock/${{ inputs.target }}/result/${{ env.RPM }};/var/lib/mock/${{ inputs.target }}/result/${{ env.SRPM }}"
update_latest_release: true
overwrite: true
10 changes: 5 additions & 5 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: nightly

on:
#push:
push:
schedule:
- cron: '05 00 * * *'

Expand All @@ -18,8 +18,8 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
ref: 'main'
#with:
# ref: 'main'
- uses: ./.github/actions/generate
name: generate warewulf spec, dist and collect commits info
id: generate
Expand Down Expand Up @@ -57,8 +57,8 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
ref: 'main'
#with:
# ref: 'main'
- uses: ./.github/actions/rpm
name: build rpms
id: rpm
Expand Down

0 comments on commit f943edc

Please sign in to comment.