Skip to content

Commit 908d8c3

Browse files
authored
Tweaks
1 parent b143c0c commit 908d8c3

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/pint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
- '*/*' # matches every branch containing a single '/'
88
- '**' # matches every branch
99
- '!master'
10+
paths:
11+
- '**.php'
1012

1113
permissions:
1214
contents: write

.github/workflows/run-tests.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,6 @@ jobs:
2626
extensions: dom, curl, libxml, mbstring, zip, pcntl, pcov, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo, :psr
2727

2828
steps:
29-
- name: Wait for styling to finish
30-
uses: lewagon/[email protected]
31-
with:
32-
ref: ${{ github.ref }}
33-
running-workflow-name: 'Fix PHP code style issues'
34-
repo-token: ${{ secrets.GITHUB_TOKEN }}
35-
wait-interval: 20
36-
3729
- name: Checkout code
3830
uses: actions/checkout@v4
3931

0 commit comments

Comments
 (0)