minimal build action
This commit is contained in:
15
.github/workflows/build.yaml
vendored
15
.github/workflows/build.yaml
vendored
@@ -55,7 +55,8 @@ jobs:
|
|||||||
|
|
||||||
build-assets:
|
build-assets:
|
||||||
name: 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
|
runs-on: ubuntu-24.04
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
@@ -87,7 +88,8 @@ jobs:
|
|||||||
|
|
||||||
build-binaries:
|
build-binaries:
|
||||||
name: 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
|
runs-on: ubuntu-24.04
|
||||||
|
|
||||||
needs:
|
needs:
|
||||||
@@ -145,7 +147,8 @@ jobs:
|
|||||||
|
|
||||||
assemble-archives:
|
assemble-archives:
|
||||||
name: Assemble release 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
|
runs-on: ubuntu-24.04
|
||||||
|
|
||||||
needs:
|
needs:
|
||||||
@@ -294,7 +297,8 @@ jobs:
|
|||||||
|
|
||||||
release:
|
release:
|
||||||
name: Release
|
name: Release
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: false
|
||||||
|
# if: startsWith(github.ref, 'refs/tags/')
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
needs:
|
needs:
|
||||||
- assemble-archives
|
- assemble-archives
|
||||||
@@ -344,7 +348,8 @@ jobs:
|
|||||||
|
|
||||||
unstable:
|
unstable:
|
||||||
name: Update the unstable release
|
name: Update the unstable release
|
||||||
if: github.ref == 'refs/heads/main'
|
if: false
|
||||||
|
# if: github.ref == 'refs/heads/main'
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
|
|
||||||
needs:
|
needs:
|
||||||
|
|||||||
Reference in New Issue
Block a user