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:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -2,9 +2,6 @@
|
||||
name: Build Rocky Man Pages
|
||||
|
||||
on:
|
||||
# Run on schedule (weekly)
|
||||
schedule:
|
||||
- cron: '0 0 * * 0' # Every Sunday at midnight UTC
|
||||
|
||||
# Allow manual trigger
|
||||
workflow_dispatch:
|
||||
@@ -12,7 +9,8 @@ on:
|
||||
versions:
|
||||
description: 'Rocky Linux versions to build (space-separated)'
|
||||
required: false
|
||||
default: '8.10 9.5'
|
||||
default: '8.10 9.6 10.0'
|
||||
|
||||
|
||||
# Run on push to main (for testing)
|
||||
push:
|
||||
|
||||
Reference in New Issue
Block a user