diff --git a/.github/actions/rpm/action.yml b/.github/actions/rpm/action.yml index b9d229006..dbe310ae8 100644 --- a/.github/actions/rpm/action.yml +++ b/.github/actions/rpm/action.yml @@ -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 \ No newline at end of file diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 7f17a61c8..ab4d24597 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -2,7 +2,7 @@ name: nightly on: - #push: + push: schedule: - cron: '05 00 * * *' @@ -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 @@ -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