From 5dc2f37b7953421f67b742d0624a4f6d6e793b6f Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 30 Aug 2024 03:25:21 +0200 Subject: [PATCH] previous/cancelled --- .forgejo/workflows/previous.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.forgejo/workflows/previous.yaml b/.forgejo/workflows/previous.yaml index 0a63f0c..29f69a2 100644 --- a/.forgejo/workflows/previous.yaml +++ b/.forgejo/workflows/previous.yaml @@ -17,6 +17,7 @@ jobs: archlinux: needs: alpine + if: !cancelled() container: image: ${{vars.DOCKER}}archlinux:base-20240101.0.204074 steps: @@ -32,6 +33,7 @@ jobs: opensuse: needs: archlinux + if: !cancelled() container: image: ${{vars.DOCKER}}opensuse/leap:15.5 steps: @@ -47,6 +49,7 @@ jobs: debian: needs: opensuse + if: !cancelled() container: image: ${{vars.DOCKER}}debian:bullseye steps: @@ -62,6 +65,7 @@ jobs: ubuntu: needs: debian + if: !cancelled() container: image: ${{vars.DOCKER}}ubuntu:jammy steps: @@ -77,6 +81,7 @@ jobs: almalinux: needs: ubuntu + if: !cancelled() container: image: ${{vars.DOCKER}}almalinux:8 steps: @@ -92,6 +97,7 @@ jobs: fedora: needs: almalinux + if: !cancelled() container: image: ${{vars.DOCKER}}fedora:39 steps: @@ -107,6 +113,7 @@ jobs: rockylinux: needs: fedora + if: !cancelled() container: image: ${{vars.DOCKER}}rockylinux:8 steps: