File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 1919 required : false
2020 default : ' '
2121 type : ' string'
22- schedule :
23- - cron : " 17 0 * * *"
2422
2523name : Vendor upstream DuckDB sources
2624
4139 - uses : actions/checkout@v4
4240 with :
4341 fetch-depth : 0
42+ token : ${{ secrets.PAT_TOKEN }}
4443
4544 - uses : actions/checkout@v4
4645 with :
8079 - if : steps.vendor.outputs.vendor != '' && github.event_name != 'pull_request'
8180 run : |
8281 git push -u origin HEAD
83-
84- - name : Wait for push to complete
85- if : steps.vendor.outputs.vendor != '' && github.event_name != 'pull_request'
86- run : sleep 10 # Give GitHub a moment to process the push
87-
88- rebuild :
89- needs : vendor
90- if : ${{ needs.vendor.outputs.did_vendor != '' }}
91- uses : ./.github/workflows/Java.yml
92- secrets : inherit
You can’t perform that action at this time.
0 commit comments