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