Skip to content

Commit

Permalink
Comment?
Browse files Browse the repository at this point in the history
  • Loading branch information
jayqi committed Jan 5, 2024
1 parent ccff644 commit 4b25260
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 4b25260

Please sign in to comment.