diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f91d73d61d..02d23d46f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -320,7 +320,6 @@ jobs: shell: bash run: | ls -lahR tests/allure/results/ || true - echo "event_name: ${{ github.event_name }}" - name: Publish allure report if: ${{ success() || failure() }}