Skip to content

Commit

Permalink
[ci] filter out .github dir changes
Browse files Browse the repository at this point in the history
just codeowner and github action changes; no need to run tests

Signed-off-by: Lonnie Liu <[email protected]>
  • Loading branch information
aslonnie committed Jul 3, 2024
1 parent 9f9041d commit 0a0f74d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/pipeline/determine_tests_to_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,8 @@ def get_commit_range():
RAY_CI_DASHBOARD_AFFECTED = 1
RAY_CI_RELEASE_TESTS_AFFECTED = 1
RAY_CI_ACCELERATED_DAG_AFFECTED = 1
elif changed_file.startswith(".github/"):
pass
else:
print(
"Unhandled source code change: {changed_file}".format(
Expand Down

0 comments on commit 0a0f74d

Please sign in to comment.