Update .gitea/workflows/workflow.yml
Some checks failed
Workflows / Update from AUR (push) Failing after 8s
Workflows / Wake Runner (push) Has been skipped
Workflows / Build and Push (push) Has been skipped

This commit is contained in:
Sebastiaan de Schaetzen 2025-04-25 10:34:25 +02:00
parent 6aa1c92272
commit ea386848c6

View File

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