minimal build action

This commit is contained in:
Letro Bot
2026-04-07 18:36:53 +03:30
parent 796057589e
commit eb6f9e3d34

View File

@@ -55,7 +55,8 @@ jobs:
build-assets:
name: Build assets
if: github.event_name == 'push' || github.event.label.name == 'Z-Build-Workflow'
if: false
# if: github.event_name == 'push' || github.event.label.name == 'Z-Build-Workflow'
runs-on: ubuntu-24.04
permissions:
@@ -87,7 +88,8 @@ jobs:
build-binaries:
name: Build binaries
if: github.event_name == 'push' || github.event.label.name == 'Z-Build-Workflow'
if: false
# if: github.event_name == 'push' || github.event.label.name == 'Z-Build-Workflow'
runs-on: ubuntu-24.04
needs:
@@ -145,7 +147,8 @@ jobs:
assemble-archives:
name: Assemble release archives
if: github.event_name == 'push' || github.event.label.name == 'Z-Build-Workflow'
if: false
# if: github.event_name == 'push' || github.event.label.name == 'Z-Build-Workflow'
runs-on: ubuntu-24.04
needs:
@@ -294,7 +297,8 @@ jobs:
release:
name: Release
if: startsWith(github.ref, 'refs/tags/')
if: false
# if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-24.04
needs:
- assemble-archives
@@ -344,7 +348,8 @@ jobs:
unstable:
name: Update the unstable release
if: github.ref == 'refs/heads/main'
if: false
# if: github.ref == 'refs/heads/main'
runs-on: ubuntu-24.04
needs: