diff --git a/.gitea/workflows/update-readme.yaml b/.gitea/workflows/update-readme.yaml index 9fb1321..bcdc33a 100644 --- a/.gitea/workflows/update-readme.yaml +++ b/.gitea/workflows/update-readme.yaml @@ -4,7 +4,10 @@ on: schedule: - cron: '0 0 * * *' # Run daily at midnight workflow_dispatch: # Allow manual triggering - + workflow_run: + workflows: ["Create Images"] + types: + - completed jobs: update-readme: runs-on: ubuntu-latest