Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/changelog-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
with:
filters: |
changelog:
- 'docs/CHANGELOG.md'
- 'CHANGELOG.md'
code:
- '**'
- '!docs/CHANGELOG.md'
- '!CHANGELOG.md'
- '!.github/**'
- '!docs/**'

Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/install_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@ name: Test obsmon installation

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:


jobs:
test-install:
# This workflow should only run in Hirlam/obsmon to not overuse GitHub action minutes in forks
if: github.repository == 'Hirlam/Harmonie'

runs-on: ubuntu-latest

strategy:
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org).

## [Unreleased]
### Fixed
- Correct ECMWF documentation [!49](https://github.com/Hirlam/obsmon/pull/49)
- Correct Actions [!52](https://github.com/Hirlam/obsmon/pull/52)
- Correct ECMWF documentation [!51](https://github.com/Hirlam/obsmon/pull/51)
### Added
- Add GitHub Action to test installation on Ubuntu 24.04 [!48](https://github.com/Hirlam/obsmon/pull/48)
## [4.5.3] 2026-03-24
Expand Down
Loading