Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
Revert and update Deploy fix to publish without statuses passing (#319)
Browse files Browse the repository at this point in the history
* Revert "Deploy fix (#317)"

This reverts commit f52af0c.

* Update account_logic.py

* Update settings.py

* Temporarily remove job passing requirement
  • Loading branch information
Comeani authored Aug 29, 2023
1 parent f52af0c commit 8d3c94d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/DocumentationBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
- name: Setup environment
run: /usr/local/bin/entrypoint.sh

- name: Setup Bank Location
run: mkdir -p /ihome/crc/bank

- name: Checkout project source
uses: actions/checkout@v3

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/PackagePublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

build-docs:
name: Docs
needs: run-tests
#needs: run-tests
permissions:
packages: read
contents: read
Expand All @@ -29,7 +29,7 @@ jobs:

publish-package:
name: Publish Distribution
needs: build-docs
#needs: build-docs
runs-on: ubuntu-latest
environment: ${{ matrix.environment }}

Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:

publish-docs:
name: Deploy Documentation
needs: [ build-docs, publish-package ]
#needs: [ build-docs, publish-package ]

runs-on: ubuntu-latest
environment:
Expand Down

0 comments on commit 8d3c94d

Please sign in to comment.