diff --git a/.gitea/workflows/update.yml b/.gitea/workflows/update.yml index 94e5580..db0ad07 100644 --- a/.gitea/workflows/update.yml +++ b/.gitea/workflows/update.yml @@ -64,11 +64,6 @@ jobs: if: needs.check-images.outputs.should_build == 'true' runs-on: ubuntu-latest steps: - - name: Build skipped - if: steps.build_decision.outputs.should_build == 'false' - run: | - echo "Build skipped: ${{ steps.build_decision.outputs.reason }}" - exit 1 - name: Checkout repository uses: actions/checkout@v4 - name: Set up Docker Buildx