Disable workflow (#2)

* Complete refactor

Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>

* Complete refactor

Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>

* Remove scheduled workflow trigger and update default Rocky Linux versions

Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>

---------

Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
This commit is contained in:
Stephen Simpson
2025-11-20 12:20:34 -05:00
committed by GitHub
parent ec32c72363
commit 6a7beeefc8

View File

@@ -2,9 +2,6 @@
name: Build Rocky Man Pages name: Build Rocky Man Pages
on: on:
# Run on schedule (weekly)
schedule:
- cron: '0 0 * * 0' # Every Sunday at midnight UTC
# Allow manual trigger # Allow manual trigger
workflow_dispatch: workflow_dispatch:
@@ -12,7 +9,8 @@ on:
versions: versions:
description: 'Rocky Linux versions to build (space-separated)' description: 'Rocky Linux versions to build (space-separated)'
required: false required: false
default: '8.10 9.5' default: '8.10 9.6 10.0'
# Run on push to main (for testing) # Run on push to main (for testing)
push: push: