From 05dd9cde11e01fead8c6007f0a6d87f5db251d37 Mon Sep 17 00:00:00 2001
From: Jakob Fritz <j.fritz@fz-juelich.de>
Date: Mon, 9 Sep 2024 15:21:29 +0200
Subject: [PATCH] Run all jobs again

---
 .github/workflows/ci_pipeline.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.github/workflows/ci_pipeline.yml b/.github/workflows/ci_pipeline.yml
index 2afd18446..dee29be4f 100644
--- a/.github/workflows/ci_pipeline.yml
+++ b/.github/workflows/ci_pipeline.yml
@@ -35,7 +35,6 @@ jobs:
 
   user_cpu_tests_linux:
     runs-on: ubuntu-latest
-    if: false
     strategy:
       fail-fast: false
       matrix:
@@ -77,7 +76,6 @@ jobs:
 
   project_cpu_tests_linux:
     runs-on: ubuntu-latest
-    if: false
     strategy:
       fail-fast: false
       matrix:
@@ -134,7 +132,6 @@ jobs:
 
   user_libpressio_tests:
     runs-on: ubuntu-latest
-    if: false
     container:
       image: brownbaerchen/libpressio:amd64_2
       volumes:
-- 
GitLab