Skip to content

Commit ded57b2

Browse files
committed
disable tests
1 parent 629849b commit ded57b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
publish-docker:
2323
name: Build and push agent container
2424
runs-on: ubuntu-20.04
25-
needs: [test]
25+
# needs: [test] # TODO: delete it after testing
2626
permissions:
2727
contents: 'read'
2828
id-token: 'write'

0 commit comments

Comments
 (0)