From 2889601bc3c75438821027af3fbd6ff69a3743c2 Mon Sep 17 00:00:00 2001 From: brb Date: Tue, 11 Jul 2023 14:22:14 +0200 Subject: [PATCH] removed unused lines --- .gitea/workflows/pipeline.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/pipeline.yaml b/.gitea/workflows/pipeline.yaml index ddf1c16..2442d1c 100644 --- a/.gitea/workflows/pipeline.yaml +++ b/.gitea/workflows/pipeline.yaml @@ -1,9 +1,7 @@ -name: Python application +name: pipeline runs-on: ubuntu-latest -run-name: ${{ gitea.actor }} is building the application on: [push] image: python:3.10 - jobs: test: name: Test