diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-05-27 15:13:21 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-05-27 15:13:21 +0100 |
commit | 31900e1a3cfdb7db38e03aee3bc69fd68ddee4bc (patch) | |
tree | ec9790e755a61aed5d22d35ea1f61cff9a536b56 | |
parent | resolve linter arguments (diff) | |
download | synapse-github/rei/complement_workers_knives_and_forks.tar.xz |
Cut out regex splits to get a full idea github/rei/complement_workers_knives_and_forks rei/complement_workers_knives_and_forks
-rw-r--r-- | .github/workflows/tests.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 24e02021d5..f997d3466b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -319,16 +319,6 @@ jobs: # Test with workers - workers: workers - regex: 'A-Ea-e' - - - workers: workers - regex: 'F-Lf-l' - - - workers: workers - regex: 'M-Qm-q' - - - workers: workers - regex: 'R-Zr-z' steps: # The path is set via a file given by $GITHUB_PATH. We need both Go 1.17 and GOPATH on the path to run Complement. |