Skip to content

Commit

Permalink
Merge pull request #41 from psychedelicious/psyche/ci/rename-and-reqs
Browse files Browse the repository at this point in the history
ci: rename jobs, remove extraneous needs in release
  • Loading branch information
psychedelicious authored Mar 2, 2024
2 parents b994664 + 7e270a6 commit 844367b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_call:

jobs:
build:
build-installer:
runs-on: ubuntu-latest
timeout-minutes: 5 # expected run time: <2 min
steps:
Expand Down
File renamed without changes.
16 changes: 2 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build & release
name: release

on:
push:
Expand All @@ -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
Expand Down

0 comments on commit 844367b

Please sign in to comment.