Skip to content

Commit

Permalink
remove deps (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwagner5 authored Jul 28, 2021
1 parent d0519cb commit 44f3c66
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 44f3c66

Please sign in to comment.