From 59fbdee57bb590ccd9ee93f174b4516e3fda8f1e Mon Sep 17 00:00:00 2001 From: Kevin Pham Date: Wed, 23 Mar 2022 14:58:42 +1100 Subject: [PATCH] [#289] 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 52da3ee..a663f92 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,9 @@ -name: Run all tests for Moodle 39+ +name: ci on: [push, pull_request] jobs: - workflow_group_39_plus_ci: + test: uses: catalyst/catalyst-moodle-workflows/.github/workflows/group-39-plus-ci.yml@main with: disable_behat: true