File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -225,3 +225,10 @@ jobs:
225225 flutter-working-directory : ${{ inputs.working-directory }}
226226 flutter-report : true
227227 secrets : inherit
228+
229+ soup-reports :
230+ if : ${{ github.ref_type == 'tag' }}
231+ uses : QuickBirdEng/workflows/.github/workflows/soups-generate-reports.yml@main
232+ with :
233+ repo-token : ${{ secrets.GITHUB_TOKEN }}
234+ secrets : inherit
Original file line number Diff line number Diff line change @@ -288,3 +288,10 @@ jobs:
288288 flutter-working-directory : ${{ inputs.working-directory }}
289289 flutter-report : true
290290 secrets : inherit
291+
292+ soup-reports :
293+ if : ${{ github.ref_type == 'tag' }}
294+ uses : QuickBirdEng/workflows/.github/workflows/soups-generate-reports.yml@main
295+ with :
296+ repo-token : ${{ secrets.GITHUB_TOKEN }}
297+ secrets : inherit
You can’t perform that action at this time.
0 commit comments