diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 62d30bff..f212b4b8 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -9,6 +9,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). The format of this change log follows the advice given at [Keep a CHANGELOG](http://keepachangelog.com). ## [Unreleased] +### Changed +- ACTION SUGGESTED: If you are using GitHub Actions, it's recomended to use `!cancelled()` instead of `always()` for moodle-plugin-ci tests. Adding a final step that always returns failure when the workflow is cancelled will ensure that cancelled workflows are not marked as successful. For a working example, please reference the updated `gha.dist.yml` file. + ## [4.1.7] - 2023-10-11 ### Changed - Updated project dependencies to current [moodle-local_ci](https://github.com/moodlehq/moodle-local_ci) version.