Skip to content

Commit 88a005a

Browse files
committed
[PLUTO-1411] rem it-tests in go
1 parent 358e02f commit 88a005a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
# For now we are not releasing the CLI, as we are making some quicker iterations
5353
release:
54-
needs: [test, ittest]
54+
needs: [test]
5555
if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch) && github.event_name == 'push'
5656
runs-on: ubuntu-latest
5757
steps:

0 commit comments

Comments
 (0)