From 24758a256e5dfcaf20f008b75a6cb5bd6470736d Mon Sep 17 00:00:00 2001 From: Kevin Pham Date: Wed, 23 Mar 2022 14:59:07 +1100 Subject: [PATCH] [#291] chore: ci usage alignment and cleanup --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4687127..3c363bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,9 @@ -name: Run all tests for Moodle 33 to 38 +name: ci on: [push, pull_request] jobs: - workflow_group_33_to_38__ci: + test: uses: catalyst/catalyst-moodle-workflows/.github/workflows/group-33-to-38-ci.yml@main with: disable_behat: true