Allow devs to kick off sync job manually (#119)

This commit is contained in:
charleshofer 2024-10-31 15:43:35 -05:00 committed by GitHub
parent 2f02da618c
commit 7a15265542
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,7 @@
name: ROCm Nightly Upstream Sync
on:
workflow_dispatch:
schedule:
- cron: '0 6 * * 1-5'
jobs: