fix: disable large runners for zed (#1800) (#1804)

(cherry picked from commit eda54638b3)

Co-authored-by: lea <lleyton@fyralabs.com>
This commit is contained in:
Raboneko
2024-08-01 06:11:40 -07:00
committed by GitHub
parent c5f1f90c44
commit 63dfcf6f9f
3 changed files with 0 additions and 7 deletions
-1
View File
@@ -4,6 +4,5 @@ project pkg {
}
labels {
nightly = 1
large = 1
}
}
-3
View File
@@ -2,7 +2,4 @@ project pkg {
rpm {
spec = "zed-preview.spec"
}
labels {
large = 1
}
}
-3
View File
@@ -2,7 +2,4 @@ project pkg {
rpm {
spec = "zed.spec"
}
labels {
large = 1
}
}