Skip to content

Commit df52fa3

Browse files
committed
ci: drop needs, implicit anyway
1 parent fdb898e commit df52fa3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@ jobs:
191191
if-no-files-found: error
192192

193193
containers:
194-
needs: [ ci, build ]
194+
needs:
195+
- build
195196
runs-on: ubuntu-22.04
196197
permissions:
197198
packages: write # for publishing containers

0 commit comments

Comments
 (0)