Skip to content

Commit b1975d8

Browse files
authored
Stagger Tests
1 parent 03de055 commit b1975d8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/run-phpstan-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: lewagon/[email protected]
2828
with:
2929
ref: ${{ github.ref }}
30-
running-workflow-name: 'run-tests-pull'
30+
running-workflow-name: 'Run Tests Pull'
3131
repo-token: ${{ secrets.GITHUB_TOKEN }}
3232
wait-interval: 20
3333

.github/workflows/run-phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: lewagon/[email protected]
3131
with:
3232
ref: ${{ github.ref }}
33-
running-workflow-name: 'run-tests'
33+
running-workflow-name: 'Run Standard Tests'
3434
repo-token: ${{ secrets.GITHUB_TOKEN }}
3535
wait-interval: 20
3636

.github/workflows/run-tests-pcov-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: lewagon/[email protected]
3131
with:
3232
ref: ${{ github.ref }}
33-
running-workflow-name: 'run-tests-pull'
33+
running-workflow-name: 'Run Tests Pull'
3434
repo-token: ${{ secrets.GITHUB_TOKEN }}
3535
wait-interval: 20
3636

.github/workflows/run-tests-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: run-tests-pull
1+
name: Run Tests Pull
22

33
on:
44
pull_request:

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: run-tests
1+
name: Run Standard Tests
22

33
on:
44
push:

0 commit comments

Comments
 (0)