8000 Enable dependency on downstream job dispatch · utPLSQL/utPLSQL@ff58110 · GitHub
[go: up one dir, main page]

Skip to content

Commit ff58110

Browse files
committed
Enable dependency on downstream job dispatch
1 parent 183e0d7 commit ff58110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
dispatch:
175175
name: Dispatch downstream builds
176176
concurrency: trigger
177-
# needs: [ build, publish ]
177+
needs: [ build, publish ]
178178
runs-on: ubuntu-latest
179179
if: |
180180
github.repository == 'utPLSQL/utPLSQL' &&

0 commit comments

Comments
 (0)
0