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: |