Skip to content

Commit 2621136

Browse files
committed
address workflow feedback
1 parent a1d59c6 commit 2621136

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/verify-bundled-files.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Verify Bundled Files
22

33
on:
4-
push:
5-
pull_request:
4+
push: ~
5+
pull_request: ~
66
schedule:
7-
- cron: "0 1 * * *"
7+
- cron: "0 1 * * *"
88
workflow_dispatch: ~
99

1010
permissions:
@@ -13,7 +13,7 @@ permissions:
1313
jobs:
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
@@ -29,7 +29,7 @@ jobs:
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

0 commit comments

Comments
 (0)