Disable rolling releases temporarily during rework/testing

This commit is contained in:
Antony Messerli
2026-01-24 09:48:09 -06:00
parent e92860060e
commit f3852c0280
+8 -6
View File
@@ -1,12 +1,14 @@
name: rolling
on:
push:
paths:
- 'endpoints.yml'
- 'roles/netbootxyz/defaults/main.yml'
branches:
- development
workflow_dispatch:
# Disabled automatic rolling releases during version updates
# push:
# paths:
# - 'endpoints.yml'
# - 'roles/netbootxyz/defaults/main.yml'
# branches:
# - development
env:
DISCORD_HOOK_URL: ${{ secrets.DISCORD_HOOK_URL }}