Only run on weekdays

This commit is contained in:
Charles Hofer 2024-10-31 10:29:36 -05:00
parent 692e225657
commit 1c877f5a7e

View File

@ -4,7 +4,7 @@
name: ROCm Nightly Upstream Sync
on:
schedule:
- cron: '0 6 * * *'
- cron: '0 6 * * 1-5'
jobs:
sync-main:
runs-on: ubuntu-latest