Skip to content

Commit 44f3c66

Browse files
authored
remove deps (#473)
1 parent d0519cb commit 44f3c66

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@ env:
1212
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
1313

1414
jobs:
15-
1615
releaseLinux:
1716
name: Release Linux
1817
runs-on: ubuntu-20.04
19-
needs: [e2e, buildWindows, buildWindowsDocker, buildLinux, buildLinuxDocker, fastTests]
2018
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
2119
steps:
2220
- name: Set up Go 1.x
@@ -36,7 +34,6 @@ jobs:
3634
releaseWindows:
3735
name: Release Windows
3836
runs-on: windows-2019
39-
needs: [e2e, buildWindows, buildWindowsDocker, buildLinux, buildLinuxDocker, fastTests]
4037
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
4138
steps:
4239
- name: Set up Go 1.x

0 commit comments

Comments
 (0)