From 69aff9fa3ef6e9d7112711b2e5469be260a345fa Mon Sep 17 00:00:00 2001 From: Jan Klattenhoff Date: Tue, 20 Aug 2024 12:09:43 +0200 Subject: [PATCH] Change pipeline name --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index a56806f..c6b18df 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -6,7 +6,7 @@ on: jobs: test: container: git.kjan.de/actions/rust-node - name: Test publish + name: Tests runs-on: ubuntu-latest steps: - uses: actions/checkout@v4