From bf22fe796799f7faa22c0ee267c92b5907dbc7cf Mon Sep 17 00:00:00 2001 From: Brandon Date: Wed, 28 Jul 2021 16:30:48 -0500 Subject: [PATCH] remove deps --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3147930c..e5dfce09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,11 +12,9 @@ env: DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }} jobs: - releaseLinux: name: Release Linux runs-on: ubuntu-20.04 - needs: [e2e, buildWindows, buildWindowsDocker, buildLinux, buildLinuxDocker, fastTests] if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') steps: - name: Set up Go 1.x @@ -36,7 +34,6 @@ jobs: releaseWindows: name: Release Windows runs-on: windows-2019 - needs: [e2e, buildWindows, buildWindowsDocker, buildLinux, buildLinuxDocker, fastTests] if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') steps: - name: Set up Go 1.x