force manual trigger for now

This commit is contained in:
razor950 2024-11-07 00:18:59 -05:00 committed by Abdenasser
parent 529aa2ed4d
commit 143d071d1b
2 changed files with 0 additions and 4 deletions

View File

@ -1,8 +1,6 @@
name: Linux (x86_64) Nightly Build
on:
schedule:
- cron: '0 0 * * *' # Runs at 00:00 UTC every day
workflow_dispatch: # Allows manual triggering
env:

View File

@ -1,8 +1,6 @@
name: Windows (x86_64) Nightly Build
on:
schedule:
- cron: '0 0 * * *' # Runs at 00:00 UTC every day
workflow_dispatch: # Allows manual triggering
env: