Add Inventory by Integer and storage of 2D field arrays #531
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Check CR approved | |
| on: | |
| pull_request_review: | |
| types: [submitted, edited, dismissed] | |
| workflow_dispatch: | |
| jobs: | |
| check_cr_approved: | |
| if: ${{ github.event.pull_request.number }} | |
| uses: MetOffice/growss/.github/workflows/check-cr-approved.yaml@main |