diff options
author | David Robertson <davidr@element.io> | 2022-10-03 14:58:24 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-10-03 14:58:24 +0100 |
commit | 4fe4d3d548a05c7e8d01bbd27d208a41bf5a3ace (patch) | |
tree | 35e845686840a80adb6be5e560e9cea8bb3fb88b | |
parent | Revert "Don't run tests while I'm experimenting" (diff) | |
download | synapse-4fe4d3d548a05c7e8d01bbd27d208a41bf5a3ace.tar.xz |
Please don't run tests
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9fe61930a5..0bfc01fdb2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -3,7 +3,7 @@ name: Tests on: push: branches: ["develop", "release-*"] - pull_request: +# pull_request: concurrency: group: ${{ github.workflow }}-${{ github.ref }} |