Skip to content

Commit 05561bb

Browse files
authored
Force Run Tests to wait
1 parent 867f833 commit 05561bb

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/pint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ permissions:
1515

1616
jobs:
1717
php-code-styling:
18-
name: Fix Styling
1918
runs-on: ubuntu-latest
2019

2120
steps:

.github/workflows/run-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
uses: lewagon/[email protected]
3131
with:
3232
ref: ${{ github.ref }}
33-
check-name: 'Fix Styling'
33+
running-workflow-name: 'Fix PHP code style issues'
3434
repo-token: ${{ secrets.GITHUB_TOKEN }}
35-
wait-interval: 10
35+
wait-interval: 90
3636

3737
- name: Checkout code
3838
uses: actions/checkout@v4
@@ -117,9 +117,9 @@ jobs:
117117
uses: lewagon/[email protected]
118118
with:
119119
ref: ${{ github.ref }}
120-
check-name: 'Fix Styling'
120+
running-workflow-name: 'Fix PHP code style issues'
121121
repo-token: ${{ secrets.GITHUB_TOKEN }}
122-
wait-interval: 10
122+
wait-interval: 90
123123

124124
- name: Checkout code
125125
uses: actions/checkout@v4

0 commit comments

Comments
 (0)