mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 23:56:29 +03:00
It was removed from the callable workflow https://github.com/symfony/recipes/commit/07cc58ffd13fe05406b7dd23b9e5034c6dfd82fa
17 lines
371 B
YAML
17 lines
371 B
YAML
name: Q&A
|
|
|
|
on:
|
|
pull_request_target:
|
|
|
|
defaults:
|
|
run:
|
|
shell: bash
|
|
|
|
jobs:
|
|
call-qa:
|
|
uses: symfony/recipes/.github/workflows/callable-qa.yml@main
|
|
with:
|
|
branch: master
|
|
contrib: true
|
|
find_yaml: -not -wholename 'codeception/codeception/*/tests/*' -not -wholename 'codeception/codeception/*/codeception.yml'
|