Skip to content

Commit b691568

Browse files
committed
Fix file names
1 parent 7f19d43 commit b691568

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/phpunit-lowest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ on:
99
- '**.php'
1010
- 'composer.*'
1111
- 'phpunit*'
12-
- '.github/workflows/phpunit.yml'
12+
- '.github/workflows/phpunit-lowest.yml'
1313
push:
1414
branches:
1515
- develop
1616
paths:
1717
- '**.php'
1818
- 'composer.*'
1919
- 'phpunit*'
20-
- '.github/workflows/phpunit.yml'
20+
- '.github/workflows/phpunit-lowest.yml'
2121
workflow_call:
2222

2323
concurrency:

.github/workflows/phpunit-no-db.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ on:
99
- '**.php'
1010
- 'composer.*'
1111
- 'phpunit*'
12-
- '.github/workflows/phpunit.yml'
12+
- '.github/workflows/phpunit-no-db.yml'
1313
push:
1414
branches:
1515
- develop
1616
paths:
1717
- '**.php'
1818
- 'composer.*'
1919
- 'phpunit*'
20-
- '.github/workflows/phpunit.yml'
20+
- '.github/workflows/phpunit-no-db.yml'
2121
workflow_call:
2222

2323
concurrency:

0 commit comments

Comments
 (0)