File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ public function makeWorkflowFile(): void
142142 foreach ($ this ->bundles as $ bundle ) {
143143 $ steps [] = [
144144 'name ' => $ bundle ->name ,
145- 'if ' => '${{ !cancelled() && (steps.changes.outputs.pcre2 == \'true \' || github.event_name == \'schedule \' || github.event_name == \'workflow_dispatch \') }} ' ,
145+ 'if ' => '${{ !cancelled() && (steps.changes.outputs. ' . $ bundle -> getNameForPath () . ' == \'true \' || github.event_name == \'schedule \' || github.event_name == \'workflow_dispatch \') }} ' ,
146146 'run ' => implode ("\n" , [
147147 'echo "::group::Download" ' ,
148148 '.github/scripts/download-bundled/ ' . $ bundle ->getNameForPath () . '.sh ' ,
Original file line number Diff line number Diff line change 4141 - 'ext/uri/uriparser/**'
4242
4343 - name : ' boost.context'
44- if : ${{ !cancelled() && (steps.changes.outputs.pcre2 == 'true' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') }}
44+ if : ${{ !cancelled() && (steps.changes.outputs.boost-context == 'true' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') }}
4545 run : |
4646 echo "::group::Download"
4747 .github/scripts/download-bundled/boost-context.sh
5959 .github/scripts/test-directory-unchanged.sh 'ext/pcre/pcre2lib'
6060 echo "::endgroup::"
6161 - name : uriparser
62- if : ${{ !cancelled() && (steps.changes.outputs.pcre2 == 'true' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') }}
62+ if : ${{ !cancelled() && (steps.changes.outputs.uriparser == 'true' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') }}
6363 run : |
6464 echo "::group::Download"
6565 .github/scripts/download-bundled/uriparser.sh
You can’t perform that action at this time.
0 commit comments