1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-29 06:22:07 -04:00

workflow(void): update the cron schedules

This commit is contained in:
purian23
2026-06-28 21:23:07 -04:00
parent 46cddb965f
commit 8f2a50c00e
+3 -4
View File
@@ -1,9 +1,8 @@
name: Void Linux XBPS Repository name: Void Linux XBPS Repository
on: on:
push: schedule:
paths: - cron: "0 2,5,14,17,20,23 * * *" # 9am, 12pm, 3pm, 6pm, 9pm, 12am EST (UTC times shown)
- 'distro/void/srcpkgs/**'
release: release:
types: [published] types: [published]
workflow_dispatch: workflow_dispatch:
@@ -145,7 +144,7 @@ jobs:
BUILD_GIT="${{ github.event.inputs.build_git || 'true' }}" BUILD_GIT="${{ github.event.inputs.build_git || 'true' }}"
FORCE_REBUILD="${{ github.event.inputs.force_rebuild || 'false' }}" FORCE_REBUILD="${{ github.event.inputs.force_rebuild || 'false' }}"
if [ "${{ github.event_name }}" = "push" ]; then if [ "${{ github.event_name }}" = "schedule" ]; then
BUILD_DMS="false" BUILD_DMS="false"
BUILD_GREETER="false" BUILD_GREETER="false"
BUILD_GIT="true" BUILD_GIT="true"