Skip to content

Commit

Permalink
Add errors to CI ignore path
Browse files Browse the repository at this point in the history
  • Loading branch information
bwalkerl committed Jun 6, 2024
1 parent dc28f34 commit a864ca8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]

jobs:
ci:
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@custom-ignore-paths
secrets:
moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
$plugin->version = 2024031400;
$plugin->release = 2024031400; // Match release exactly to version.
$plugin->requires = 2020061500; // Support for 3.9 and above, due to the Check API.
$plugin->supported = [39, 401];
$plugin->supported = [39, 404];
$plugin->component = 'tool_heartbeat';
$plugin->maturity = MATURITY_STABLE;

0 comments on commit a864ca8

Please sign in to comment.