Skip to content

Commit

Permalink
Don't trigger ci/bazel/ossfuzz builds on pushes/PRs to src/wrappers (#…
Browse files Browse the repository at this point in the history
…1532)

No need to rebuild/test OpenEXR on changes to the python wheels.

Signed-off-by: Cary Phillips <cary@ilm.com>
  • Loading branch information
cary-ilm authored Aug 30, 2023
1 parent b8aef3e commit 28d90d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bazel_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
- '!**.md'
- '!website/**'
- 'website/src/**'
- '!src/wrappers/**'
pull_request:
branches-ignore:
- RB-2.*
Expand All @@ -33,6 +34,7 @@ on:
- '!**.md'
- '!website/**'
- 'website/src/**'
- '!src/wrappers/**'

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ on:
- '!website/**'
- 'website/src/**'
- '!bazel/**'
- '!src/wrappers/**'
pull_request:
branches-ignore:
- RB-2.*
Expand All @@ -36,6 +37,7 @@ on:
- '!website/**'
- 'website/src/**'
- '!bazel/**'
- '!src/wrappers/**'

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ossfuzz_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:
- '!**.md'
- '!website/**'
- '!bazel/**'
- '!src/wrappers/**'
pull_request:
branches-ignore:
- RB-2.*
Expand All @@ -29,6 +30,7 @@ on:
- '!**.md'
- '!website/**'
- '!bazel/**'
- '!src/wrappers/**'

permissions:
contents: read
Expand Down

0 comments on commit 28d90d9

Please sign in to comment.