Skip to content

Commit

Permalink
Disable Cimon fail-on-error flag (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshalX authored Jun 23, 2023
1 parent 855de6f commit 4a775c9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
client-id: ${{ secrets.CIMON_CLIENT_ID }}
secret: ${{ secrets.CIMON_SECRET }}
prevent: true
fail-on-error: true
allowed-hosts: >
files.pythonhosted.org
pypi.org
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
client-id: ${{ secrets.CIMON_CLIENT_ID }}
secret: ${{ secrets.CIMON_SECRET }}
prevent: true
fail-on-error: true
allowed-hosts: >
files.pythonhosted.org
install.python-poetry.org
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
client-id: ${{ secrets.CIMON_CLIENT_ID }}
secret: ${{ secrets.CIMON_SECRET }}
prevent: true
fail-on-error: true
allowed-hosts: >
files.pythonhosted.org
pypi.org
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
client-id: ${{ secrets.CIMON_CLIENT_ID }}
secret: ${{ secrets.CIMON_SECRET }}
prevent: true
fail-on-error: true
allowed-hosts: >
files.pythonhosted.org
install.python-poetry.org
Expand Down

0 comments on commit 4a775c9

Please sign in to comment.