From 99a0ecc4fe60147b9f57068aacd533d212d445b4 Mon Sep 17 00:00:00 2001 From: quantsch Date: Wed, 13 Mar 2024 14:20:30 +0100 Subject: [PATCH] improve pipeline names [skip-ci] --- .github/workflows/release-actions.yaml | 2 +- .github/workflows/tests.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-actions.yaml b/.github/workflows/release-actions.yaml index ee346c1..a09fadd 100644 --- a/.github/workflows/release-actions.yaml +++ b/.github/workflows/release-actions.yaml @@ -5,7 +5,7 @@ on: - main - release-pipelines -name: release-actions +name: Release Actions # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 977b247..c4004cd 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -3,7 +3,7 @@ on: pull_request: branches: [main] -name: pipeline +name: Tests jobs: documentation-check: