We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 629849b commit ded57b2Copy full SHA for ded57b2
.github/workflows/cd.yaml
@@ -22,7 +22,7 @@ jobs:
22
publish-docker:
23
name: Build and push agent container
24
runs-on: ubuntu-20.04
25
- needs: [test]
+ # needs: [test] # TODO: delete it after testing
26
permissions:
27
contents: 'read'
28
id-token: 'write'
0 commit comments