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