File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 BuildPackages :
105105 name : Build Packages
106106 needs : [LoadJobs_conf, FullBuild]
107- uses : sippy/cimagic/.github/workflows/BuildDPKGs.yml@v2
107+ uses : sippy/cimagic/.github/workflows/BuildDPKGs.yml@wip
108108 if : always() && needs.LoadJobs_conf.outputs.do_BuildPackages == 'true' &&
109109 (needs.LoadJobs_conf.outputs.do_FullBuild != 'true' || needs.FullBuild.result == 'success')
110110 with :
@@ -639,7 +639,7 @@ jobs:
639639 needs : [LoadJobs_conf, Docker, BuildPackages]
640640 permissions :
641641 contents : write
642- uses : sippy/cimagic/.github/workflows/RollReleaseDraft.yml@v2
642+ uses : sippy/cimagic/.github/workflows/RollReleaseDraft.yml@wip
643643 with :
644644 release_files_artifacts : |
645645 ${{ needs.BuildPackages.outputs.dpkgs_artifacts }}
You can’t perform that action at this time.
0 commit comments