Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Run trial/integration tests if .ci is modified.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Oct 17, 2023
1 parent 68d9559 commit 727f8e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- 'synapse/**'
- 'tests/**'
- 'rust/**'
- '.ci/**'
- 'Cargo.toml'
- 'Cargo.lock'
- 'pyproject.toml'
Expand All @@ -56,6 +57,7 @@ jobs:
- 'pyproject.toml'
- 'poetry.lock'
- 'docker/**'
- '.ci/**'
- 'scripts-dev/complement.sh'
linting:
Expand Down
1 change: 1 addition & 0 deletions changelog.d/16512.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Run trial & integration tests in continuous integration when `.ci` directory is modified.

0 comments on commit 727f8e9

Please sign in to comment.