ruby-changes:58767
From: Takashi <ko1@a...>
Date: Wed, 13 Nov 2019 13:57:27 +0900 (JST)
Subject: [ruby-changes:58767] 245977b286 (master): Stop debugging the same thing twice
https://git.ruby-lang.org/ruby.git/commit/?id=245977b286 From 245977b2861f5fa6a7341333ca9b1897e959489b Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Tue, 12 Nov 2019 20:56:52 -0800 Subject: Stop debugging the same thing twice See L25-28 diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 8a78c2e..f02be6f 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -91,11 +91,6 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/ubuntu.yml#L91 TEST_BUNDLED_GEMS_ALLOW_FAILURES: "minitest" - name: Leaked Globals run: make -C build -s leaked-globals - - name: Debug GitHub context - run: echo "$GITHUB_CONTEXT" - env: - GITHUB_CONTEXT: ${{ toJson(github) }} - if: failure() && github.event_name == 'push' - uses: k0kubun/action-slack@v... with: payload: | -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/