Skip to content

Commit 8d8c2be

Browse files
authored
CM-24003 - Disable Cimon fail-on-error flag (#126)
1 parent 20ff46e commit 8d8c2be

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

.github/workflows/build_executable.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
with:
2626
client-id: ${{ secrets.CIMON_CLIENT_ID }}
2727
secret: ${{ secrets.CIMON_SECRET }}
28-
fail-on-error: true
2928
prevent: true
3029
allowed-hosts: >
3130
files.pythonhosted.org

.github/workflows/pre_release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
client-id: ${{ secrets.CIMON_CLIENT_ID }}
2121
secret: ${{ secrets.CIMON_SECRET }}
2222
prevent: true
23-
fail-on-error: true
2423
allowed-hosts: >
2524
files.pythonhosted.org
2625
install.python-poetry.org

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
client-id: ${{ secrets.CIMON_CLIENT_ID }}
2020
secret: ${{ secrets.CIMON_SECRET }}
2121
prevent: true
22-
fail-on-error: true
2322
allowed-hosts: >
2423
files.pythonhosted.org
2524
install.python-poetry.org

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
client-id: ${{ secrets.CIMON_CLIENT_ID }}
1717
secret: ${{ secrets.CIMON_SECRET }}
1818
prevent: true
19-
fail-on-error: true
2019
allowed-hosts: >
2120
files.pythonhosted.org
2221
install.python-poetry.org

.github/workflows/tests_full.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
client-id: ${{ secrets.CIMON_CLIENT_ID }}
3030
secret: ${{ secrets.CIMON_SECRET }}
3131
prevent: true
32-
fail-on-error: true
3332
allowed-hosts: >
3433
files.pythonhosted.org
3534
install.python-poetry.org

0 commit comments

Comments
 (0)