Skip to content

Commit

Permalink
changelog: Suggest switching from always() to !cancelled in GHA workf…
Browse files Browse the repository at this point in the history
…lows
  • Loading branch information
jrchamp committed Oct 20, 2023
1 parent f667ed8 commit b85aa52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b85aa52

Please sign in to comment.