Skip to content

Commit

Permalink
Revert path filter changes from ci*.yml workflows. (iree-org#18119)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd authored Aug 6, 2024
1 parent 3d8ebc1 commit 92d882a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 90 deletions.
36 changes: 2 additions & 34 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,43 +27,11 @@ name: CI
# https://docs.github.com/en/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow

on:
push:
branches:
- main
paths:
- ".github/workflows/ci.yml"
- ".github/workflows/setup.yml"
- ".bazelrc"
- ".bazelversion"
- "WORKSPACE"
- "CMakeLists.txt"
- "build_tools/**"
- "compiler/**"
- "llvm-external-projects/**"
- "runtime/**"
- "samples/**"
- "tests/**"
- "third_party/**"
- "tools/**"
workflow_dispatch:
pull_request:
push:
branches:
- main
paths:
- ".github/workflows/ci.yml"
- ".github/workflows/setup.yml"
- ".bazelrc"
- ".bazelversion"
- "WORKSPACE"
- "CMakeLists.txt"
- "build_tools/**"
- "compiler/**"
- "llvm-external-projects/**"
- "runtime/**"
- "samples/**"
- "tests/**"
- "third_party/**"
- "tools/**"
workflow_dispatch:

concurrency:
# A PR number if a pull request and otherwise the commit hash. This cancels
Expand Down
30 changes: 2 additions & 28 deletions .github/workflows/ci_linux_x64_clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,37 +7,11 @@
name: CI - Linux x64 clang

on:
push:
branches:
- main
paths:
- ".github/workflows/ci_linux_x64_clang.yml"
- ".github/workflows/setup.yml"
- "CMakeLists.txt"
- "build_tools/**"
- "compiler/**"
- "llvm-external-projects/**"
- "runtime/**"
- "samples/**"
- "tests/**"
- "third_party/**"
- "tools/**"
workflow_dispatch:
pull_request:
push:
branches:
- main
paths:
- ".github/workflows/ci_linux_x64_clang.yml"
- ".github/workflows/setup.yml"
- "CMakeLists.txt"
- "build_tools/**"
- "compiler/**"
- "llvm-external-projects/**"
- "runtime/**"
- "samples/**"
- "tests/**"
- "third_party/**"
- "tools/**"
workflow_dispatch:

concurrency:
# A PR number if a pull request and otherwise the commit hash. This cancels
Expand Down
30 changes: 2 additions & 28 deletions .github/workflows/ci_linux_x64_clang_asan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,37 +7,11 @@
name: CI - Linux x64 clang ASan

on:
push:
branches:
- main
paths:
- ".github/workflows/ci_linux_x64_clang_asan.yml"
- ".github/workflows/setup.yml"
- "CMakeLists.txt"
- "build_tools/**"
- "compiler/**"
- "llvm-external-projects/**"
- "runtime/**"
- "samples/**"
- "tests/**"
- "third_party/**"
- "tools/**"
workflow_dispatch:
pull_request:
push:
branches:
- main
paths:
- ".github/workflows/ci_linux_x64_clang_asan.yml"
- ".github/workflows/setup.yml"
- "CMakeLists.txt"
- "build_tools/**"
- "compiler/**"
- "llvm-external-projects/**"
- "runtime/**"
- "samples/**"
- "tests/**"
- "third_party/**"
- "tools/**"
workflow_dispatch:

concurrency:
# A PR number if a pull request and otherwise the commit hash. This cancels
Expand Down

0 comments on commit 92d882a

Please sign in to comment.