Disable triggers in upgrade-test.yaml

Comment out the workflow triggers in upgrade-test.yaml
This commit is contained in:
Katos
2025-12-27 20:28:31 +00:00
committed by GitHub
parent 7068a85dfb
commit ecc9fa1959

View File

@@ -1,16 +1,16 @@
name: HomeBox Upgrade Test
#name: HomeBox Upgrade Test
on:
schedule:
# on:
# schedule:
# Run daily at 2 AM UTC
- cron: '0 2 * * *'
workflow_dispatch: # Allow manual trigger
push:
branches:
- main
paths:
- '.github/workflows/upgrade-test.yaml'
- '.github/scripts/upgrade-test/**'
# - cron: '0 2 * * *'
# workflow_dispatch: # Allow manual trigger
# push:
# branches:
# - main
# paths:
# - '.github/workflows/upgrade-test.yaml'
# - '.github/scripts/upgrade-test/**'
jobs:
upgrade-test: