From 4b2526036c4f1435d8f120a7a514bde09ca3bbf5 Mon Sep 17 00:00:00 2001 From: Jay Qi Date: Fri, 5 Jan 2024 15:57:07 -0500 Subject: [PATCH] Comment? --- .github/workflows/tests.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9e3b77e..176eb0b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -89,12 +89,12 @@ jobs: .venv-sdist/$PYTHON_BIN -m pip install dist/repro_zipfile-*.tar.gz --force-reinstall .venv-sdist/$PYTHON_BIN -c "from repro_zipfile import ReproducibleZipFile" - notify: - name: Notify failed build - needs: [code-quality, tests] - if: failure() && github.event.pull_request == null - runs-on: ubuntu-latest - steps: - - uses: jayqi/failed-build-issue-action@v1 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} + # notify: + # name: Notify failed build + # needs: [code-quality, tests] + # if: failure() && github.event.pull_request == null + # runs-on: ubuntu-latest + # steps: + # - uses: jayqi/failed-build-issue-action@v1 + # with: + # github-token: ${{ secrets.GITHUB_TOKEN }}