Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Notes and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed Apr 14, 2022
1 parent 094f310 commit 5b2ddcc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/latest_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,14 @@ jobs:
/logs/results.tap
/logs/**/*.log*
# TODO: run complement (as with twisted trunk, see #12473).

# open an issue if the build fails, so we know about it.
# open-issue:
# if: failure()
# needs:
# # TODO: should mypy be included here? It feels more brittle than the other two.
# - mypy
# - trial
# - sytest
Expand All @@ -151,4 +155,4 @@ jobs:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# update_existing: true
# filename: .ci/twisted_trunk_build_failed_issue_template.md
# filename: .ci/latest_deps_build_failed_issue_template.md

0 comments on commit 5b2ddcc

Please sign in to comment.