forked from MetOffice/lfric_core
-
Notifications
You must be signed in to change notification settings - Fork 0
25 lines (21 loc) · 728 Bytes
/
Copy pathpr_docs.yml
File metadata and controls
25 lines (21 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# ------------------------------------------------------------------------------
# (c) Crown copyright Met Office. All rights reserved.
# The file LICENCE, distributed with this code, contains details of the terms
# under which the code may be used.
# ------------------------------------------------------------------------------
name: Docs Build for Pull Requests
run-name: Docs build
on:
pull_request:
branches:
- main
paths:
- 'documentation/**'
- '.github/workflows/**'
concurrency:
group: pr-${{github.ref}}-${{github.event.pull_request.number || github.run_number}}
cancel-in-progress: true
jobs:
build-docs:
name: Build Docs
uses: ./.github/workflows/ru_build-docs.yml