Skip to content

Commit 8407184

Browse files
committed
changelog: Suggest switching from always() to !cancelled in GHA workflows
1 parent 401ba71 commit 8407184

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
99
The format of this change log follows the advice given at [Keep a CHANGELOG](http://keepachangelog.com).
1010

1111
## [Unreleased]
12+
### Changed
13+
- 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.
14+
1215
## [4.1.8] - 2023-10-20
1316
### Changed
1417
- Updated project dependencies to current [moodle-cs](https://github.com/moodlehq/moodle-cs) version.
1518

1619
### Added
1720
- Added back the `selfupdate` command, that enables easy updates of the PHAR package. Note this is experimental and may show some warnings with PHP 8.x.
1821

19-
2022
## [4.1.7] - 2023-10-11
2123
### Changed
2224
- Updated project dependencies to current [moodle-local_ci](https://github.com/moodlehq/moodle-local_ci) version.

0 commit comments

Comments
 (0)