Skip to content

Commit

Permalink
Merge pull request #140372 from ZhongRuoyu/triage-sharding-fixes
Browse files Browse the repository at this point in the history
workflows/triage: sharding fixes
  • Loading branch information
ZhongRuoyu authored Aug 24, 2023
2 parents 9ccc174 + 56808de commit c0e505b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,12 @@ jobs:
- label: legacy
path: Formula/.+@.+
except:
- Formula/[email protected]
- Formula/[email protected]
- Formula/[email protected]
- Formula/[email protected]
- Formula/[email protected]
- Formula/[email protected]
- Formula/b/[email protected]
- Formula/o/[email protected]
- Formula/p/[email protected]
- Formula/p/[email protected]
- Formula/p/[email protected]
- Formula/p/[email protected]
- label: missing license
path: Formula/.+
Expand Down Expand Up @@ -197,23 +197,23 @@ jobs:
content: system "swift", "build"
- label: long build
path: Formula/(agda|arangodb|aws-sdk-cpp|boost|deno|dotnet|emscripten|envoy|freetype|gcc|ghc|graph-tool|harfbuzz|libtensorflow|llvm|metashell|node|pango|ponyc|rav1e|rust|semgrep|suite-sparse|swift|texlive|qt|v8|verilator|vtk|xz|zstd)(@[0-9]+)?.rb
path: Formula/.+/(agda|arangodb|aws-sdk-cpp|boost|deno|dotnet|emscripten|envoy|freetype|gcc|ghc|graph-tool|harfbuzz|libtensorflow|llvm|metashell|node|pango|ponyc|rav1e|rust|semgrep|suite-sparse|swift|texlive|qt|v8|verilator|vtk|xz|zstd)(@[0-9]+)?.rb
keep_if_no_match: true
- label: CI-build-dependents-from-source
path: Formula/(cabal-install|docbook-xsl|emscripten|erlang|ghc|go|ocaml|ocaml-findlib|ocaml-num|openjdk|rust).rb
path: Formula/.+/(cabal-install|docbook-xsl|emscripten|erlang|ghc|go|ocaml|ocaml-findlib|ocaml-num|openjdk|rust).rb
keep_if_no_match: true
- label: CI-skip-recursive-dependents
path: Formula/(ca-certificates|curl|gettext|openssl@(3|1.1)|sqlite).rb
path: Formula/.+/(ca-certificates|curl|gettext|openssl@(3|1.1)|sqlite).rb
keep_if_no_match: true
- label: CI-linux-self-hosted
path: Formula/(envoy|freetype|gdbm|gmp|gtk4|gzip|harfbuzz|hdf5|json-c|krb5|libarchive|libsndfile|libssh2|libtiff|libxcrypt|libxml2|llvm|minizip|openexr|pygments|[email protected]|systemd|qt(@5)?|utf8cpp|util-linux|xz|zlib|zstd).rb
path: Formula/.+/(envoy|freetype|gdbm|gmp|gtk4|gzip|harfbuzz|hdf5|json-c|krb5|libarchive|libsndfile|libssh2|libtiff|libxcrypt|libxml2|llvm|minizip|openexr|pygments|[email protected]|systemd|qt(@5)?|utf8cpp|util-linux|xz|zlib|zstd).rb
keep_if_no_match: true
- label: large-bottle-upload
path: Formula/texlive.rb
path: Formula/.+/texlive.rb
keep_if_no_match: true
- label: bump-formula-pr
Expand Down

0 comments on commit c0e505b

Please sign in to comment.