Limit Gitea workflow build scope
Some checks failed
Native code generation / deterministic (push) Successful in 8m55s
Imaging and meshing gate / native (push) Failing after 2m32s
JPEG 2000 feature / linux (push) Successful in 1m39s
Skia feature / linux (push) Has been cancelled
Native Rust workspace compile / compile (push) Has been cancelled
Some checks failed
Native code generation / deterministic (push) Successful in 8m55s
Imaging and meshing gate / native (push) Failing after 2m32s
JPEG 2000 feature / linux (push) Successful in 1m39s
Skia feature / linux (push) Has been cancelled
Native Rust workspace compile / compile (push) Has been cancelled
This commit is contained in:
@@ -2,7 +2,24 @@ name: JPEG 2000 feature
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- ".gitea/workflows/jpeg2000.yml"
|
||||
- "Cargo.toml"
|
||||
- "Cargo.lock"
|
||||
- "crates/libremetaverse/Cargo.toml"
|
||||
- "crates/libremetaverse-types/**"
|
||||
- "crates/libremetaverse-imaging/**"
|
||||
- "crates/libremetaverse-openjpeg/**"
|
||||
pull_request:
|
||||
paths:
|
||||
- ".gitea/workflows/jpeg2000.yml"
|
||||
- "Cargo.toml"
|
||||
- "Cargo.lock"
|
||||
- "crates/libremetaverse/Cargo.toml"
|
||||
- "crates/libremetaverse-types/**"
|
||||
- "crates/libremetaverse-imaging/**"
|
||||
- "crates/libremetaverse-openjpeg/**"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
linux:
|
||||
|
||||
Reference in New Issue
Block a user