From ddec62b3a3f46d2d9af7d75d57c39c5294d3f925 Mon Sep 17 00:00:00 2001 From: Eyck-Alexander Jentzsch Date: Mon, 22 Apr 2024 20:50:25 +0200 Subject: [PATCH] does this work? --- .gitea/workflows/run_act.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.gitea/workflows/run_act.yaml b/.gitea/workflows/run_act.yaml index 48e8ee2..f5c84b9 100644 --- a/.gitea/workflows/run_act.yaml +++ b/.gitea/workflows/run_act.yaml @@ -58,16 +58,6 @@ jobs: mkdir asmjit python3 TGC-COMPLIANCE/run_act.py -core TGC5C -sim TGC-ISS/build/dbt-rise-tgc/tgc-sim -w asmjit --dockerless --backend asmjit - - name: Indicate Failure - run: | - echo ${{ failure() }} - echo ${{steps.*.outcome}} - echo "Failure detected" - - - name: Indicate Failure 3 - if: steps.tcc.outcome != 'success' - run: echo "Failure detected" - - name: Indicate Failure 4 if: steps.*.outcome != 'success' run: echo "Failure detected" \ No newline at end of file