mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-28 07:56:35 +01:00
Disable triggers in upgrade-test.yaml
Comment out the workflow triggers in upgrade-test.yaml
This commit is contained in:
22
.github/workflows/upgrade-test.yaml
vendored
22
.github/workflows/upgrade-test.yaml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user