ci: Add weekly trigger to Github Workflow

This commit is contained in:
MSWS
2025-06-30 02:40:15 -07:00
parent da31614dec
commit 6961fa9c81

View File

@@ -3,7 +3,11 @@
name: Nightlies
on: [push, pull_request]
on:
push:
pull_request:
schedule:
- cron: '15 0 * * 3' # Every Wednesday at 00:15 UTC
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}