Skip to content

Commit 7382fe2

Browse files
authored
GH Actions: Install correct branches of other libs (#552)
1 parent d31a69c commit 7382fe2

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/test.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,18 @@ jobs:
5151
- name: install cylc-doc
5252
run: pip install .[all]
5353

54-
- name: install libs to document
54+
- name: install libs to document (8.0.x)
55+
if: github.base_ref == '8.0.x'
56+
uses: ./.github/actions/install-libs
57+
with:
58+
# NOTE: these need to be manually updated as necessary:
59+
cylc-flow-tag: '8.0.x'
60+
cylc-rose-tag: '1.1.x'
61+
cylc-uis-tag: '1.1.x'
62+
metomi-rose-tag: '2.0.x'
63+
64+
- name: install libs to document (other branches)
65+
if: github.base_ref != '8.0.x'
5566
uses: ./.github/actions/install-libs
5667

5768
- name: install eslint

0 commit comments

Comments
 (0)