[前][次][番号順一覧][スレッド一覧]

ruby-changes:56914

From: Takashi <ko1@a...>
Date: Sat, 10 Aug 2019 19:45:55 +0900 (JST)
Subject: [ruby-changes:56914] Takashi Kokubun: a6c5ce7a9b (master): Increase the fetch-depth of GitHub Actions

https://git.ruby-lang.org/ruby.git/commit/?id=a6c5ce7a9b

From a6c5ce7a9bbf584a8b4b39d2ae51fb9b4a5b7f1f Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Sat, 10 Aug 2019 19:39:00 +0900
Subject: Increase the fetch-depth of GitHub Actions

because small numbers had made Azure Pipelines in the past and it's
using 20 now. I heard GitHub Actions has more parallelism, so it should
be okay.

diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 3762263..f00d61f 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -21,7 +21,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/macos.yml#L21
       - name: Checkout
         uses: actions/checkout@master
         with:
-          fetch-depth: 5
+          fetch-depth: 20
       - name: Set ENV
         run: |
           echo '##[set-env name=JOBS]'-j$((1 + $(sysctl -n hw.activecpu)))
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]