From e4ee2ddab79f0ccf7bb77a5d35a3d46e59db31e4 Mon Sep 17 00:00:00 2001 From: Casey Lee <cplee@nektos.com> Date: Tue, 18 Feb 2020 00:00:59 -0800 Subject: [PATCH] disable integration testing Signed-off-by: Casey Lee <cplee@nektos.com> --- .github/workflows/tag.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index abb2ec6..5137fa4 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -10,8 +10,7 @@ jobs: steps: - uses: actions/checkout@v2 - uses: ./.github/workflows/check - - uses: ./.github/workflows/integration - - uses: goreleaser/goreleaser-action@v1 + #- uses: ./.github/workflows/integration - name: Run GoReleaser uses: goreleaser/goreleaser-action@v1 with: