diff --git a/.github/workflows/check_diffs.yml b/.github/workflows/check_diffs.yml index 0e18c6bd69..442d2ebdb4 100644 --- a/.github/workflows/check_diffs.yml +++ b/.github/workflows/check_diffs.yml @@ -5,11 +5,6 @@ on: push: branches: [master] pull_request: - paths: - - ".github/actions/**" - - ".github/tools/**" - - ".github/workflows/**" - - "libs/**" # If another push to the same PR or branch happens while this workflow is still running, # cancel the earlier run in favor of the next run.