From ea386848c68db4e3963cb9622ca8e0649d569027 Mon Sep 17 00:00:00 2001 From: Sebastiaan de Schaetzen Date: Fri, 25 Apr 2025 10:34:25 +0200 Subject: [PATCH] Update .gitea/workflows/workflow.yml --- .gitea/workflows/workflow.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.gitea/workflows/workflow.yml b/.gitea/workflows/workflow.yml index 22ab80e..0528786 100644 --- a/.gitea/workflows/workflow.yml +++ b/.gitea/workflows/workflow.yml @@ -3,8 +3,6 @@ on: push: branches: - master - schedule: - - cron: '*/2 * * * *' jobs: update: @@ -44,28 +42,6 @@ jobs: run: | curl https://idlesleep.wolproxy.seeseepuff.be/status - check: - name: Check if rebuild is necessary - runs-on: ubuntu-amd64 - needs: update - if: gitea.event_name == 'schedule' - container: - image: gitea.seeseepuff.be/archlinux/archlinux:latest - steps: - - name: Checkout code - uses: actions/checkout@v2 - - - name: Ensure image is up-to-date - run: | - sudo pacman -Sy --noconfirm - - - name: Check if rebuild is necessary - id: up-to-date - run: | - git config user.email "sebastiaan.de.schaetzen+archlinux@gmail.com" - git config user.name "Sebastiaan de Schaetzen (automated)" - .gitea/workflows/bump-pkgrel.sh - build: name: Build and Push runs-on: ubuntu-amd64