ci: Add weekly trigger to Github Workflow (#386)

This commit is contained in:
Isaac
2025-06-30 02:46:51 -07:00
committed by GitHub

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 }}