diff --git a/.github/workflows/acceptance.yml b/.github/workflows/acceptance.yml index a2d2e1330b3..c219f3b0182 100644 --- a/.github/workflows/acceptance.yml +++ b/.github/workflows/acceptance.yml @@ -8,11 +8,11 @@ on: moodle_branch: description: 'Moodle branch' required: true - default: 'main' + default: 'BEHAT-DEBUG' moodle_repository: description: 'Moodle repository' required: true - default: 'https://github.com/moodle/moodle.git' + default: 'https://github.com/dpalou/moodle.git' pull_request: branches: [ main, v*.x ]