File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11name : Verify Bundled Files
22
33on :
4- push :
5- pull_request :
4+ push : ~
5+ pull_request : ~
66 schedule :
7- - cron : " 0 1 * * *"
7+ - cron : " 0 1 * * *"
88 workflow_dispatch : ~
99
1010permissions :
@@ -13,7 +13,7 @@ permissions:
1313jobs :
1414 VERIFY_BUNDLED_FILES :
1515 name : Verify Bundled Files
16- runs-on : ubuntu-22 .04
16+ runs-on : ubuntu-24 .04
1717 steps :
1818 - name : git checkout
1919 uses : actions/checkout@v5
2929 - 'ext/pcre/pcre2lib/**'
3030
3131 - name : PCRE2
32- if : ${{ !cancelled() && (steps.changes.outputs.pcre2 == 'true' || ( github.event_name != 'push' && github.event_name != 'pull_request') ) }}
32+ if : ${{ !cancelled() && (steps.changes.outputs.pcre2 == 'true' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' ) }}
3333 run : |
3434 echo "::group::Download"
3535 .github/scripts/download-bundled/pcre2.sh
You can’t perform that action at this time.
0 commit comments