Skip to content

Commit

Permalink
Prevent GHA workflow failing for Dendrite (#1210)
Browse files Browse the repository at this point in the history
* Prevent GHA workflow failing for Dendrite

Sytest appears to fail against Dendrite, so let's not fail the whole workflow.

* disable dendrite altogether
  • Loading branch information
richvdh authored Mar 11, 2022
1 parent 2052139 commit 2780655
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,12 @@ jobs:
/logs/**/*.log*
dendrite:
# dendrite is currently flaky, so disable the tests for now
if: false

runs-on: ubuntu-latest
name: "Dendrite: ${{ matrix.label }}"

strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 2780655

Please sign in to comment.