Try different event names
All checks were successful
Workflows / Update from AUR (push) Successful in 8s
Workflows / Check if rebuild is necessary (push) Has been skipped
Workflows / Build and Push (push) Has been skipped
Workflows / Wake Runner (push) Successful in 4s

This commit is contained in:
Sebastiaan de Schaetzen 2025-04-23 12:28:14 +02:00
parent 88dd7213d6
commit 7891ded64b

View File

@ -48,7 +48,7 @@ jobs:
name: Check if rebuild is necessary
runs-on: ubuntu-amd64
needs: update
if: ${{ github.event_name == 'schedule' }}
if: gitea.event_name == 'schedule'
container:
image: gitea.seeseepuff.be/archlinux/archlinux:latest
steps:
@ -72,7 +72,7 @@ jobs:
needs: check
container:
image: gitea.seeseepuff.be/archlinux/archlinux:latest
if: ${{ github.event_name == 'push' }}
if: gitea.event_name == 'push'
steps:
- name: Checkout code
uses: actions/checkout@v2