diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-10-18 07:19:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-18 07:19:53 -0400 |
commit | 8841db4d27735456086a3c766548e14a9e38496a (patch) | |
tree | 4efe760cd17e4fa979fafa7ce9a94c53311892b7 /.github | |
parent | Bump urllib3 from 1.26.17 to 1.26.18 (#16516) (diff) | |
download | synapse-8841db4d27735456086a3c766548e14a9e38496a.tar.xz |
Run trial/integration tests if .ci is modified. (#16512)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fcbd40b746..13746608d4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,15 +37,18 @@ jobs: - 'Cargo.toml' - 'Cargo.lock' - '.rustfmt.toml' + - '.github/workflows/tests.yml' trial: - 'synapse/**' - 'tests/**' - 'rust/**' + - '.ci/scripts/calculate_jobs.py' - 'Cargo.toml' - 'Cargo.lock' - 'pyproject.toml' - 'poetry.lock' + - '.github/workflows/tests.yml' integration: - 'synapse/**' @@ -56,7 +59,9 @@ jobs: - 'pyproject.toml' - 'poetry.lock' - 'docker/**' + - '.ci/**' - 'scripts-dev/complement.sh' + - '.github/workflows/tests.yml' linting: - 'synapse/**' @@ -70,6 +75,7 @@ jobs: - 'mypy.ini' - 'pyproject.toml' - 'poetry.lock' + - '.github/workflows/tests.yml' check-sampleconfig: runs-on: ubuntu-latest |