Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1fc87de

Browse files
committed
Enable dependency on downstream job dispatch
1 parent 6cd8b16 commit 1fc87de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)