File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,12 @@ jobs:
2727 - '.github/scripts/download-bundled/pcre2.sh'
2828 - 'ext/pcre/pcre2lib/**'
2929
30- - name : PCRE2 - Download
30+ - name : PCRE2
3131 if : ${{ !cancelled() && (steps.changes.outputs.pcre2 == 'true' || (github.event_name != 'push' && github.event_name != 'pull_request')) }}
32- run : .github/scripts/download-bundled/pcre2.sh
33-
34- - name : PCRE2 - Verify files
35- if : ${{ !cancelled() && (steps.changes.outputs.pcre2 == 'true' || (github.event_name != 'push' && github.event_name != 'pull_request')) }}
36- run : .github/scripts/test-directory-unchanged.sh ext/pcre/pcre2lib
32+ run : |
33+ echo "::group::Download"
34+ .github/scripts/download-bundled/pcre2.sh
35+ echo "::endgroup::"
36+ echo "::group::Verify files"
37+ .github/scripts/test-directory-unchanged.sh ext/pcre/pcre2lib
38+ echo "::endgroup::"
You can’t perform that action at this time.
0 commit comments