[latex3-commits] [latex3/latex2e] develop: Sort job matrixes in workflow files (e8d19b7d5)
github at latex-project.org
github at latex-project.org
Mon Nov 4 15:50:09 CET 2024
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/e8d19b7d5bd02b9fca0017e8dcc9a8ec6e2ea104
>---------------------------------------------------------------
commit e8d19b7d5bd02b9fca0017e8dcc9a8ec6e2ea104
Author: Yukai Chou <muzimuzhi at gmail.com>
Date: Mon Nov 4 21:52:01 2024 +0800
Sort job matrixes in workflow files
>---------------------------------------------------------------
e8d19b7d5bd02b9fca0017e8dcc9a8ec6e2ea104
.github/workflows/main.yaml | 8 ++++----
.github/workflows/pretest.yaml | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index a866f11ac..fb4552859 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -72,16 +72,16 @@ jobs:
config: config-1run
- module: base
config: config-TU
+ - module: base
+ config: config-doc
- module: base
config: config-legacy
+ - module: base
+ config: config-ltcmd
- module: base
config: config-lthooks
- module: base
config: config-lthooks2
- - module: base
- config: config-ltcmd
- - module: base
- config: config-doc
- module: base
config: config-ltmarks
- module: required/amsmath
diff --git a/.github/workflows/pretest.yaml b/.github/workflows/pretest.yaml
index 619154638..3bbdf3ece 100644
--- a/.github/workflows/pretest.yaml
+++ b/.github/workflows/pretest.yaml
@@ -48,16 +48,16 @@ jobs:
config: config-1run
- module: base
config: config-TU
+ - module: base
+ config: config-doc
- module: base
config: config-legacy
+ - module: base
+ config: config-ltcmd
- module: base
config: config-lthooks
- module: base
config: config-lthooks2
- - module: base
- config: config-ltcmd
- - module: base
- config: config-doc
- module: base
config: config-ltmarks
- module: required/amsmath
More information about the latex3-commits
mailing list.