We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d31a69c commit 7382fe2Copy full SHA for 7382fe2
.github/workflows/test.yml
@@ -51,7 +51,18 @@ jobs:
51
- name: install cylc-doc
52
run: pip install .[all]
53
54
- - name: install libs to document
+ - 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'
66
uses: ./.github/actions/install-libs
67
68
- name: install eslint
0 commit comments