Do not check for rebuild again and optimize workflow
All checks were successful
Workflows / Update from AUR (push) Successful in 7s
Workflows / Wake Runner (push) Successful in 4s
Workflows / Check if rebuild is necessary (push) Successful in 10s
Workflows / Build and Push (push) Successful in 59s

This commit is contained in:
Sebastiaan de Schaetzen 2025-04-23 12:06:11 +02:00
parent 9e0fe12fb8
commit 278496c699

View File

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