Procházet zdrojové kódy

Increase timeout for CI artifacts build

tags/v2.2.7^2^2
9seconds před 1 měsícem
rodič
revize
a3663fe8b5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      .github/workflows/ci.yaml

+ 1
- 1
.github/workflows/ci.yaml Zobrazit soubor

@@ -122,7 +122,7 @@ jobs:
122 122
   artifacts:
123 123
     name: Build release artifacts
124 124
     runs-on: ubuntu-latest
125
-    timeout-minutes: 10
125
+    timeout-minutes: 20
126 126
     steps:
127 127
       - name: Checkout
128 128
         uses: actions/checkout@v6

Načítá se…
Zrušit
Uložit