Merge pull request #16970 from prometheus/mr/repo-sync-manual-trigger

repo sync: allow manual triggering
This commit is contained in:
Matthias Rampke 2025-08-01 23:46:52 +02:00 committed by GitHub
commit 789fddf25a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,7 @@ name: Sync repo files
on:
schedule:
- cron: '44 17 * * *'
workflow_dispatch: {}
permissions:
contents: read