gitea workers only watch their build file
Some checks failed
Podman DDNS Image / build-and-push-ddns (push) Failing after 8s
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 11s

This commit is contained in:
2025-04-19 18:59:25 -04:00
parent 4723ffb13d
commit 960e91f911
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ on:
push:
paths:
- active/podman_ddns/**
- .gitea/workflows/**
- .gitea/workflows/ddns.yaml
schedule:
- cron: '@daily'
jobs:

View File

@@ -4,7 +4,7 @@ on:
push:
paths:
- active/software_distoolbox/distoolbox/**
- .gitea/workflows/**
- .gitea/workflows/distoolbox.yaml
schedule:
- cron: '@daily'
jobs: