[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev-exper: Always run artifact action (7142e25)

Marcel Fabian Krüger tex at 2krueger.de
Mon Jun 20 13:42:04 CEST 2022


Repository : https://github.com/latex3/luaotfload
On branch  : dev-exper
Link       : https://github.com/latex3/luaotfload/commit/7142e251014dd0452b4de66574640c50b5473cd1

>---------------------------------------------------------------

commit 7142e251014dd0452b4de66574640c50b5473cd1
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Mon Jun 20 13:42:04 2022 +0200

    Always run artifact action


>---------------------------------------------------------------

7142e251014dd0452b4de66574640c50b5473cd1
 .github/workflows/main.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 2bdf49b..ec1f089 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -69,7 +69,7 @@ jobs:
       # Now we create the artifacts: There are two cases where this happens.
       # 1. If we failed running tests
       - name: Archive failed test output
-        if: ${{ matrix.artifact_name != 'Documentation' && failure() }}
+        if: ${{ matrix.artifact_name != 'Documentation' }}
         uses: zauguin/l3build-failure-artifacts at trunk
         with:
           name: ${{ matrix.artifact_name }}





More information about the latex3-commits mailing list.