Skip to content

Commit

Permalink
Merge pull request #191747 from Homebrew/triage-cleanup
Browse files Browse the repository at this point in the history
workflows/triage: cleanup usage of `CI-linux-self-hosted(-deps)?`
  • Loading branch information
carlocab authored Sep 25, 2024
2 parents c585869 + d7681b7 commit 1c39678
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 44 deletions.
45 changes: 1 addition & 44 deletions .github/workflows/triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,62 +325,19 @@ jobs:
keep_if_no_match: true
- label: CI-linux-self-hosted
path: Formula/.+/(dart-sdk|envoy|qt(@5)?|souffle|texlive).rb
path: Formula/.+/(dart-sdk|envoy|qt(@5)?|texlive).rb
keep_if_no_match: true
allow_any_match: true
- label: CI-linux-self-hosted-deps
path: "Formula/.+/(\
alsa-lib|\
aom|\
brotli|\
cups|\
dbus|\
freetype|\
gdbm|\
glib|\
glslang|\
gmp|\
gtk4|\
gzip|\
harfbuzz|\
hdf5|\
icu4c|\
json-c|\
krb5|\
libarchive|\
libedit|\
libnghttp2|\
libsndfile|\
libssh2|\
libva|\
libx11|\
libxcrypt|\
libxml2|\
libxrandr|\
mesa|\
minizip|\
mpfr|\
nss|\
numpy|\
open-mpi|\
openexr|\
p11-kit|\
python@3.12|\
qt(@5)?|\
readline|\
remind|\
shared-mime-info|\
souffle|\
systemd|\
texlive|\
unbound|\
utf8cpp|\
util-linux|\
webp|\
xz|\
zlib|\
zstd\
).rb"
keep_if_no_match: true
allow_any_match: true
Expand Down
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ tap_migrations.json @Homebrew/tsc @MikeMcQuaid
.github/PULL_REQUEST_TEMPLATE.md @Homebrew/tsc @MikeMcQuaid
LICENSE.txt @Homebrew/tsc @MikeMcQuaid
.github/workflows/ @Homebrew/core @MikeMcQuaid
.github/workflows/triage.yml @Homebrew/tsc

audit_exceptions/linux_only_gcc_dependency_allowlist.json @Homebrew/tsc
audit_exceptions/permitted_formula_license_mismatches.json @Homebrew/tsc @MikeMcQuaid
Expand Down

0 comments on commit 1c39678

Please sign in to comment.