diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c363bd..68d8890 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,8 @@ on: [push, pull_request] jobs: test: - uses: catalyst/catalyst-moodle-workflows/.github/workflows/group-33-to-38-ci.yml@main + uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main + secrets: + moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }} with: disable_behat: true diff --git a/.github/workflows/moodle-release.yml b/.github/workflows/moodle-release.yml deleted file mode 100644 index 91ee1a1..0000000 --- a/.github/workflows/moodle-release.yml +++ /dev/null @@ -1,21 +0,0 @@ -# -# Whenever version.php is changed, add the latest version -# to the Moodle Plugins directory at https://moodle.org/plugins -# -name: MOODLE_38_STABLE - Releasing in the Plugins directory - -on: - push: - branches: - - MOODLE_38_STABLE - paths: - - 'version.php' - -jobs: - workflow_group_33_to_38_release: - uses: catalyst/catalyst-moodle-workflows/.github/workflows/group-33-to-38-release.yml@main - with: - plugin_name: auth_outage - disable_behat: true - secrets: - moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }} diff --git a/README.md b/README.md index 89ec06b..733770e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -[![Build Status](https://github.com/catalyst/moodle-auth_outage/workflows/Run%20all%20tests%20for%20Moodle%2033%20to%2038/badge.svg)](https://github.com/catalyst/moodle-auth_outage/actions) +[![ci](https://github.com/catalyst/moodle-auth_outage/actions/workflows/ci.yml/badge.svg?branch=MOODLE_38_STABLE)](https://github.com/catalyst/moodle-auth_outage/actions/workflows/ci.yml?branch=MOODLE_38_STABLE) + # Moodle Outage manager plugin * [Version Support](#version-support) * [What is this?](#what-is-this)