Skip to content

Commit 7a8eeed

Browse files
Use false for aliases
1 parent f5ecc66 commit 7a8eeed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
call-qa:
1212
uses: schranz-php-recipes/symfony-recipes-php/.github/workflows/callable-qa.yml@main
1313
with:
14-
contrib: true
14+
contrib: false # sylius requires false as aliases only support on false
1515
find_yaml: -not -wholename 'codeception/codeception/*/tests/*' -not -wholename 'codeception/codeception/*/codeception.yml'
1616
secrets:
1717
token: ${{ secrets.BOT_TOKEN }}

0 commit comments

Comments
 (0)