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

(cherry picked from commit eda54638b3)

Co-authored-by: lea <lleyton@fyralabs.com>
This commit is contained in:
Raboneko
2024-08-01 00:54:37 -07:00
committed by GitHub
parent fef6130352
commit 9dfb4d8f3f
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
}
}