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
|
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user