summaryrefslogtreecommitdiff
path: root/.github/workflows/ubuntu.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-06-04 08:22:50 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-06-04 09:09:51 +0900
commitf6acbf76796e1b0ea4198ab0cb86ededa86a73ad (patch)
treef1ca864bca07f63b1d365cff6e41308173a82fc7 /.github/workflows/ubuntu.yml
parent1ce40e3b291b167cea6a0e5b4c517e3a26096d9b (diff)
Fetch no tags
Fetched tags by `make up` are not used, in CI environments.
Diffstat (limited to '.github/workflows/ubuntu.yml')
-rw-r--r--.github/workflows/ubuntu.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 9166c93d60..62bd799311 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -23,6 +23,8 @@ jobs:
- test_task: leaked-globals
debug: -DRUBY_DEBUG
fail-fast: false
+ env:
+ GITPULLOPTIONS: --no-tags
runs-on: ${{ matrix.os }}
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps: