mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-05 21:57:09 +02:00
Merge pull request #16970 from prometheus/mr/repo-sync-manual-trigger
repo sync: allow manual triggering
This commit is contained in:
commit
789fddf25a
1
.github/workflows/repo_sync.yml
vendored
1
.github/workflows/repo_sync.yml
vendored
@ -3,6 +3,7 @@ name: Sync repo files
|
|||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '44 17 * * *'
|
- cron: '44 17 * * *'
|
||||||
|
workflow_dispatch: {}
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user