Skip to content

Commit 43ab7ab

Browse files
committed
fix workflow
1 parent b1d4b73 commit 43ab7ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/increment-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195

196196
cleanup-tags:
197197
runs-on: ubuntu-latest
198-
needs: [ increment-build, verify-changes, docker-build-docker, commit-notification ]
198+
needs: [ increment-build, verify-changes, docker-build-develop, commit-notification ]
199199
if: ${{ success() }}
200200
steps:
201201
- name: remove tag

0 commit comments

Comments
 (0)