Skip to content

Commit f424b2f

Browse files
authored
Merge pull request #30 from jamesrhester/gm_update_2
Better to fix any issues with updates relative to the result of this large pull request.
2 parents 927e2bc + 538b072 commit f424b2f

File tree

2 files changed

+15880
-10060
lines changed

2 files changed

+15880
-10060
lines changed

.github/workflows/main.yml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,26 @@ jobs:
3838
steps:
3939
- name: checkout
4040
uses: actions/checkout@v4
41-
41+
# Checkout local version of master files to enable parallel updating.
42+
# Remove this after testing
43+
- name: Checkout CIF master files
44+
uses: actions/checkout@v4
45+
with:
46+
repository: COMCIFS/cif_core
47+
ref: master
48+
path: cif-dictionaries/cif_core
49+
- name: Checkout multiblock files
50+
uses: actions/checkout@v4
51+
with:
52+
repository: COMCIFS/MultiBlock_Dictionary
53+
ref: main
54+
path: cif-dictionaries/multiblock
55+
- name: Checkout Twinning dictionary
56+
uses: actions/checkout@v4
57+
with:
58+
repository: COMCIFS/Twinning_Dictionary
59+
ref: main
60+
path: cif-dictionaries/twinning
4261
- name: check_ddlm
4362
uses: COMCIFS/dictionary_check_action@main
4463
id: ddlm_check

0 commit comments

Comments
 (0)