mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-14 13:13:50 +01:00
Raise issue if complement fails with latest deps (#13859)
This commit is contained in:
parent
8c3dcdf1b9
commit
f7c89c44c5
2 changed files with 3 additions and 1 deletions
3
.github/workflows/latest_deps.yml
vendored
3
.github/workflows/latest_deps.yml
vendored
|
@ -201,10 +201,11 @@ jobs:
|
||||||
open-issue:
|
open-issue:
|
||||||
if: "failure() && github.event_name != 'push' && github.event_name != 'pull_request'"
|
if: "failure() && github.event_name != 'push' && github.event_name != 'pull_request'"
|
||||||
needs:
|
needs:
|
||||||
# TODO: should mypy be included here? It feels more brittle than the other two.
|
# TODO: should mypy be included here? It feels more brittle than the others.
|
||||||
- mypy
|
- mypy
|
||||||
- trial
|
- trial
|
||||||
- sytest
|
- sytest
|
||||||
|
- complement
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
|
1
changelog.d/13859.misc
Normal file
1
changelog.d/13859.misc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Raise issue if complement fails with latest deps.
|
Loading…
Reference in a new issue