diff options
author | David Robertson <davidr@element.io> | 2022-03-30 13:15:10 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-03-30 14:07:47 +0100 |
commit | 8dc02f9d913d039eab8aad4fa35395bf646b54e3 (patch) | |
tree | 25fd461f242c67055d5b7db527f3c7f3ee1e002f | |
parent | Add a configuration to exclude rooms from sync response (#12310) (diff) | |
download | synapse-8dc02f9d913d039eab8aad4fa35395bf646b54e3.tar.xz |
DEBUG: always run twisted trunk; don't raise bugs
-rw-r--r-- | .github/workflows/twisted_trunk.yml | 37 |
1 files changed, 19 insertions, 18 deletions
diff --git a/.github/workflows/twisted_trunk.yml b/.github/workflows/twisted_trunk.yml index fb9d46b7bf..5ec259ca68 100644 --- a/.github/workflows/twisted_trunk.yml +++ b/.github/workflows/twisted_trunk.yml @@ -5,6 +5,7 @@ on: - cron: 0 8 * * * workflow_dispatch: + pull_request: jobs: mypy: @@ -72,21 +73,21 @@ jobs: /logs/results.tap /logs/**/*.log* - # open an issue if the build fails, so we know about it. - open-issue: - if: failure() - needs: - - mypy - - trial - - sytest - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - uses: JasonEtco/create-an-issue@5d9504915f79f9cc6d791934b8ef34f2353dd74d # v2.5.0, 2020-12-06 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - update_existing: true - filename: .ci/twisted_trunk_build_failed_issue_template.md +# # open an issue if the build fails, so we know about it. +# open-issue: +# if: failure() +# needs: +# - mypy +# - trial +# - sytest +# +# runs-on: ubuntu-latest +# +# steps: +# - uses: actions/checkout@v2 +# - uses: JasonEtco/create-an-issue@5d9504915f79f9cc6d791934b8ef34f2353dd74d # v2.5.0, 2020-12-06 +# env: +# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} +# with: +# update_existing: true +# filename: .ci/twisted_trunk_build_failed_issue_template.md |