Skip to content

Commit

Permalink
ORC-1656: Skip build and test on conan updates
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
This PR aims to skip build and test on conan updates

### Why are the changes needed?
To save community resources from running tests on irrelevant changes.

#1846 (review)

### How was this patch tested?
GA

### Was this patch authored or co-authored using generative AI tooling?
No

Closes #1847 from cxzl25/ORC-1656.

Authored-by: sychen <sychen@ctrip.com>
Signed-off-by: William Hyun <william@apache.org>
  • Loading branch information
cxzl25 authored and williamhyun committed Mar 15, 2024
1 parent 33dfd6e commit b3f2625
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ on:
push:
paths-ignore:
- 'site/**'
- 'conan/**'
branches:
- main
pull_request:
paths-ignore:
- 'site/**'
- 'conan/**'
branches:
- main

Expand Down

0 comments on commit b3f2625

Please sign in to comment.