Trigger update-check on push to its own file
Some checks failed
Check for Upstream Stable Updates / Check .NET stable releases (push) Successful in 1s
Check for Upstream Stable Updates / Check Wolfi package updates (push) Failing after 3s
Check for Upstream Stable Updates / Check Flutter stable releases (push) Successful in 1s
Check for Upstream Stable Updates / Rebuild and push all variants (apko/base.yaml, base) (push) Has been skipped
Check for Upstream Stable Updates / Rebuild and push all variants (apko/build.yaml, build) (push) Has been skipped
Check for Upstream Stable Updates / Rebuild and push all variants (apko/dotnet-runtime.yaml, dotnet-runtime) (push) Has been skipped
Check for Upstream Stable Updates / Rebuild and push all variants (apko/dotnet-sdk.yaml, dotnet-sdk) (push) Has been skipped
Check for Upstream Stable Updates / Rebuild and push all variants (apko/flutter-sdk.yaml, flutter-sdk) (push) Has been skipped
Check for Upstream Stable Updates / Create release for new Flutter version (push) Successful in 1s

Replace workflow_dispatch (not supported in our Gitea version) with
push trigger scoped to the workflow file path. Pushing any change
to update-check.yaml will trigger a run.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Mathias Beaulieu-Duncan 2026-02-02 09:57:26 -05:00
parent 5f94a3caac
commit c6d009dbfa

View File

@ -4,7 +4,9 @@ on:
schedule: schedule:
# Daily at 8am UTC # Daily at 8am UTC
- cron: '0 8 * * *' - cron: '0 8 * * *'
workflow_dispatch: push:
paths:
- '.gitea/workflows/update-check.yaml'
permissions: permissions:
contents: read contents: read