mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
ci: rename jobs, remove extraneous needs in release
This commit is contained in:
parent
3ba5c2b0b4
commit
b2a850b5ea
@ -5,7 +5,7 @@ on:
|
||||
workflow_call:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
build-installer:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 5 # expected run time: <2 min
|
||||
steps:
|
16
.github/workflows/release.yml
vendored
16
.github/workflows/release.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: build & release
|
||||
name: release
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -20,31 +20,19 @@ jobs:
|
||||
version_file_path: invokeai/version/invokeai_version.py
|
||||
|
||||
frontend-checks:
|
||||
needs: check-version
|
||||
uses: ./.github/workflows/frontend-checks.yml
|
||||
|
||||
frontend-tests:
|
||||
needs: check-version
|
||||
uses: ./.github/workflows/frontend-tests.yml
|
||||
|
||||
python-checks:
|
||||
needs: check-version
|
||||
uses: ./.github/workflows/python-checks.yml
|
||||
|
||||
python-tests:
|
||||
needs: check-version
|
||||
uses: ./.github/workflows/python-tests.yml
|
||||
|
||||
build:
|
||||
needs:
|
||||
[
|
||||
check-version,
|
||||
frontend-checks,
|
||||
frontend-tests,
|
||||
python-checks,
|
||||
python-tests,
|
||||
]
|
||||
uses: ./.github/workflows/build.yml
|
||||
uses: ./.github/workflows/build-installer.yml
|
||||
|
||||
publish-testpypi:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user