Skip to content

Commit

Permalink
Update for #463: change ci badge, add secret to ci.yml, remove moodle…
Browse files Browse the repository at this point in the history
…-release.yml
  • Loading branch information
x-iy committed Jan 13, 2025
1 parent bcf024d commit 79671af
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 19 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ on: [push, pull_request]
jobs:
ci:
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
secrets:
moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}
17 changes: 0 additions & 17 deletions .github/workflows/moodle-release.yml

This file was deleted.

6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<a href="https://github.com/catalyst/moodle-tool_objectfs/actions?query=workflow%3A%22Run+all+tests%22">
<img src="https://github.com/catalyst/moodle-tool_objectfs/workflows/Run%20all%20tests/badge.svg">
<a href="https://github.com/catalyst/moodle-tool_objectfs/actions/workflows/ci.yml?query=branch%3AMOODLE_402_STABLE">
<img src="https://img.shields.io/github/actions/workflow/status/catalyst/moodle-tool_objectfs/ci.yml?branch=MOODLE_402_STABLE&label=ci)">
</a>

![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/catalyst/moodle-tool_objectfs/ci.yml?branch=MOODLE_402_STABLE&label=ci)

# moodle-tool_objectfs

A remote object storage file system for Moodle. Intended to provide a plug-in that can be installed and configured to work with any supported remote object storage solution.
Expand Down

0 comments on commit 79671af

Please sign in to comment.