Преглед изворни кода

Remove the extra branch allowance. (#609)

This shouldn't be needed now that we've landed the new CI on trunk.
Chandler Carruth пре 4 година
родитељ
комит
8082791c54
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/tests.yaml

+ 1 - 1
.github/workflows/tests.yaml

@@ -6,7 +6,7 @@ name: test
 
 
 on:
 on:
   push:
   push:
-    branches: [trunk, build-scaling]
+    branches: [trunk]
     paths:
     paths:
       # Conservatively run the tests. However, skip them if the only paths in
       # Conservatively run the tests. However, skip them if the only paths in
       # the pull request match files that we know don't impact the build.
       # the pull request match files that we know don't impact the build.