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