Skip to content

Commit 994deea

Browse files
authored
Merge pull request #711 from cylc/8.2.x-sync
🤖 Merge 8.2.x-sync into master
2 parents 55cad4e + 33a915c commit 994deea

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

.github/workflows/branch_sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- '8.*.x'
77
schedule:
8-
- cron: '11 11 * * 7' # every Sunday at 11:11
8+
- cron: '11 11 * * 0' # every Sunday at 11:11
99
workflow_dispatch:
1010
inputs:
1111
head_branch:

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,10 @@ jobs:
6363
metomi_rose: true
6464
metomi_rose_opts: ''
6565

66-
- name: install eslint
67-
run: |
68-
npm install -g eslint
69-
7066
- name: lint
7167
run: |
7268
flake8
73-
eslint .
69+
npx eslint@v8 .
7470
7571
- name: (debug only) list language dictionaries
7672
if: runner.debug

src/7-to-8/major-changes/cylc-install.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ See :ref:`the user guide <RemoteInit>` for more details.
116116

117117
.. warning::
118118

119-
If you have tasks that mirror to a remote platform (such as
120-
`FCM make <FCM_>`__ tasks), this can cause conflicts with
119+
If you have tasks that mirror/copy the run directory to a remote platform
120+
(such as `FCM make <FCM_>`__ tasks), this can cause conflicts with
121121
:ref:`symlink directory setup <SymlinkDirs>`.
122122

123123
You can find out if symlink directories are configured for the platform by
@@ -143,8 +143,6 @@ See :ref:`the user guide <RemoteInit>` for more details.
143143
script = true
144144
145145
146-
147-
148146
Migrating From ``rose suite-run``
149147
---------------------------------
150148

0 commit comments

Comments
 (0)