From 278496c699514d78971bceb5af55f051d319b733 Mon Sep 17 00:00:00 2001 From: Sebastiaan de Schaetzen Date: Wed, 23 Apr 2025 12:06:11 +0200 Subject: [PATCH] Do not check for rebuild again and optimize workflow --- .gitea/workflows/workflow.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitea/workflows/workflow.yml b/.gitea/workflows/workflow.yml index 6b1309f..9d1350b 100644 --- a/.gitea/workflows/workflow.yml +++ b/.gitea/workflows/workflow.yml @@ -45,7 +45,7 @@ jobs: check: name: Check if rebuild is necessary runs-on: ubuntu-amd64 - needs: wake + needs: update outputs: up-to-date: ${{ steps.up-to-date.outputs.exit_code }} container: @@ -80,10 +80,6 @@ jobs: - name: Ensure image is up-to-date run: | sudo pacman -Syu --noconfirm - - - name: Check if rebuild is necessary - run: | - .gitea/workflows/up-to-date.sh - name: Build package run: |