summaryrefslogtreecommitdiff
path: root/.github/workflows/ubuntu.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-06-04 10:26:40 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-06-04 13:16:24 +0900
commit047471c52960e32146025fab064487d25f92a141 (patch)
treee970f67bb9b8c838b6f87552b959a4e7a6110e26 /.github/workflows/ubuntu.yml
parent3d7138871079d02b31c05ca6af943d56365a8776 (diff)
No GITPULLOPTIONS by default
To honor the environment variable, keep GITPULLOPTIONS unset by default, and appended the option to VCSUP.
Diffstat (limited to '.github/workflows/ubuntu.yml')
-rw-r--r--.github/workflows/ubuntu.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index c7b8b38cdd..42c0264b17 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -24,7 +24,7 @@ jobs:
debug: -DRUBY_DEBUG
fail-fast: false
env:
- GITPULLOPTIONS: --no-tags
+ GITPULLOPTIONS: --no-tags origin ${{github.ref}}
runs-on: ${{ matrix.os }}
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps: