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