From c0aa3b65438d374ba34c13154c5f94a1fe21635f Mon Sep 17 00:00:00 2001 From: Irina Hoppe Date: Mon, 6 May 2024 11:09:46 +0200 Subject: [PATCH] change workflows for MOODLE_404_STABLE branch --- .github/workflows/moodle-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/moodle-ci.yml b/.github/workflows/moodle-ci.yml index 5e89759f..88bbed05 100644 --- a/.github/workflows/moodle-ci.yml +++ b/.github/workflows/moodle-ci.yml @@ -144,7 +144,7 @@ jobs: run: moodle-plugin-ci behat --profile chrome --auto-rerun 0 # This step allows to upload Behat faildump (screenshots) as workflow artifact, - # so it can be downloaded and inspected. You don't need this step if you + # so it can be downloaded and inspected. You do not need this step if you # are not running Behat test. Artifact will be retained for 7 days. - name: Upload Behat Faildump if: ${{ failure() && steps.behat.outcome == 'failure' }}