Skip to content

Commit 70945bf

Browse files
committed
No branch for local references.
1 parent 5afd35d commit 70945bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/phpunit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
#
3737
test-with-mysql:
3838
name: PHP ${{ matrix.php }}
39-
uses: ./.github/workflows/reusable-phpunit-tests-v3.yml@trunk
39+
uses: ./.github/workflows/reusable-phpunit-tests-v3.yml
4040
permissions:
4141
contents: read
4242
secrets: inherit
@@ -119,7 +119,7 @@ jobs:
119119
#
120120
test-with-mariadb:
121121
name: PHP ${{ matrix.php }}
122-
uses: ./.github/workflows/reusable-phpunit-tests-v3.yml@trunk
122+
uses: ./.github/workflows/reusable-phpunit-tests-v3.yml
123123
permissions:
124124
contents: read
125125
secrets: inherit

0 commit comments

Comments
 (0)