From 3b9839d51f8315c3a8911f6dae1ea9650ba9e93f Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 30 Aug 2024 03:48:58 +0200 Subject: [PATCH 1/3] previous/failure,success --- .forgejo/workflows/previous.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.forgejo/workflows/previous.yaml b/.forgejo/workflows/previous.yaml index 29f69a2..41f887c 100644 --- a/.forgejo/workflows/previous.yaml +++ b/.forgejo/workflows/previous.yaml @@ -17,7 +17,7 @@ jobs: archlinux: needs: alpine - if: !cancelled() + if: failure() || success() container: image: ${{vars.DOCKER}}archlinux:base-20240101.0.204074 steps: @@ -33,7 +33,7 @@ jobs: opensuse: needs: archlinux - if: !cancelled() + if: failure() || success() container: image: ${{vars.DOCKER}}opensuse/leap:15.5 steps: @@ -49,7 +49,7 @@ jobs: debian: needs: opensuse - if: !cancelled() + if: failure() || success() container: image: ${{vars.DOCKER}}debian:bullseye steps: @@ -65,7 +65,7 @@ jobs: ubuntu: needs: debian - if: !cancelled() + if: failure() || success() container: image: ${{vars.DOCKER}}ubuntu:jammy steps: @@ -81,7 +81,7 @@ jobs: almalinux: needs: ubuntu - if: !cancelled() + if: failure() || success() container: image: ${{vars.DOCKER}}almalinux:8 steps: @@ -97,7 +97,7 @@ jobs: fedora: needs: almalinux - if: !cancelled() + if: failure() || success() container: image: ${{vars.DOCKER}}fedora:39 steps: @@ -113,7 +113,7 @@ jobs: rockylinux: needs: fedora - if: !cancelled() + if: failure() || success() container: image: ${{vars.DOCKER}}rockylinux:8 steps: From 02dabd4da08ba635ee06ddbe6ff4dc3ca5cc50a8 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 30 Aug 2024 03:51:34 +0200 Subject: [PATCH 2/3] =?UTF-8?q?previous=20=E2=86=92=20alt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .forgejo/workflows/{previous.yaml => alt.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .forgejo/workflows/{previous.yaml => alt.yaml} (100%) diff --git a/.forgejo/workflows/previous.yaml b/.forgejo/workflows/alt.yaml similarity index 100% rename from .forgejo/workflows/previous.yaml rename to .forgejo/workflows/alt.yaml From 40dc3a795b21958ea89e11bc1ae6d65f40cd1525 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 30 Aug 2024 03:53:23 +0200 Subject: [PATCH 3/3] main/failure,success --- .forgejo/workflows/main.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.forgejo/workflows/main.yaml b/.forgejo/workflows/main.yaml index 97d4312..45a0c89 100644 --- a/.forgejo/workflows/main.yaml +++ b/.forgejo/workflows/main.yaml @@ -17,6 +17,7 @@ jobs: archlinux: needs: alpine + if: failure() || success() container: image: ${{vars.DOCKER}}archlinux:base-20240818.0.255804 steps: @@ -32,6 +33,7 @@ jobs: opensuse: needs: archlinux + if: failure() || success() container: image: ${{vars.DOCKER}}opensuse/leap:15.6 steps: @@ -47,6 +49,7 @@ jobs: ubuntu: needs: opensuse + if: failure() || success() container: image: ${{vars.DOCKER}}ubuntu:noble steps: @@ -62,6 +65,7 @@ jobs: almalinux: needs: ubuntu + if: failure() || success() container: image: ${{vars.DOCKER}}almalinux:9 steps: @@ -77,6 +81,7 @@ jobs: fedora: needs: almalinux + if: failure() || success() container: image: ${{vars.DOCKER}}fedora:40 steps: @@ -92,6 +97,7 @@ jobs: rockylinux: needs: fedora + if: failure() || success() container: image: ${{vars.DOCKER}}rockylinux:9 steps: @@ -107,6 +113,7 @@ jobs: debian: needs: rockylinux + if: failure() || success() container: image: ${{vars.DOCKER}}debian:bookworm steps: