diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c358207..f542454e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,8 +115,7 @@ jobs: - test-python - test-javascript - if: always() && contains(needs.*.result, 'failure') - # if: always() && contains(needs.*.result, 'failure') && github.event_name == 'schedule' + if: always() && contains(needs.*.result, 'failure') && github.event_name == 'schedule' runs-on: ubuntu-latest diff --git a/Python/openai-manual/main.py b/Python/openai-manual/main.py index b6c92c38..712684aa 100644 --- a/Python/openai-manual/main.py +++ b/Python/openai-manual/main.py @@ -41,7 +41,6 @@ def main(): - raise Exception('oops') tracer.send_event( "ai.request", properties=request_params