From 1cfec31b9ca1097e1fbd96d9bac990c42d04e678 Mon Sep 17 00:00:00 2001 From: Itxaka Date: Fri, 19 May 2023 23:01:36 +0200 Subject: [PATCH] Re-fix dispatch workflow Signed-off-by: Itxaka --- .github/workflows/one.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/one.yaml b/.github/workflows/one.yaml index 863200b..1832215 100644 --- a/.github/workflows/one.yaml +++ b/.github/workflows/one.yaml @@ -27,7 +27,7 @@ jobs: fi echo "FINAL_REPO=$FINAL_REPO" >> "$GITHUB_ENV" - echo "$GITHUB_ENV" + echo "Setting final repo to $FINAL_REPO" - uses: actions/checkout@v3 - run: | git fetch --prune --unshallow @@ -46,10 +46,9 @@ jobs: sudo rm -rf /usr/share/dotnet # will release about 20GB if you don't need .NET - name: Build packages 🔧 uses: luet-lab/luet-github-action@master - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} with: build: true - fromIndex: true + fromIndex: false onlyMissing: false CURRENT_PACKAGE: ${{ github.event.inputs.package }} FINAL_REPO: ${{ env.action_state }} @@ -62,7 +61,6 @@ jobs: values: values/${{ github.event.inputs.arch }}.yaml - name: Create repo 🔧 uses: luet-lab/luet-github-action@master - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} with: FINAL_REPO: ${{ env.action_state }} DOCKER_USERNAME: ${{ secrets.QUAY_USERNAME }}