diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 176eb0b..9e3b77e 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 }}