Merge pull request #357 from catalyst/issue356-38

Fix #356
This commit is contained in:
Dmitrii Metelkin
2025-01-15 15:41:18 +11:00
committed by GitHub
3 changed files with 5 additions and 23 deletions

View File

@@ -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

View File

@@ -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 }}

View File

@@ -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)