From b0b78f0dd762298cbd5d83862dadb383926b36ef Mon Sep 17 00:00:00 2001 From: Markus Stahl Date: Fri, 30 Aug 2024 22:47:06 +0200 Subject: [PATCH] rename workflows --- .github/workflows/acceptence_tests.yml | 2 +- .github/workflows/clean_code.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/acceptence_tests.yml b/.github/workflows/acceptence_tests.yml index 24a103073..5b4306185 100644 --- a/.github/workflows/acceptence_tests.yml +++ b/.github/workflows/acceptence_tests.yml @@ -1,4 +1,4 @@ -name: Test SSHLibrary +name: Acceptance Tests on: [push, workflow_dispatch] concurrency: diff --git a/.github/workflows/clean_code.yml b/.github/workflows/clean_code.yml index b402fa4fd..a65cecf94 100644 --- a/.github/workflows/clean_code.yml +++ b/.github/workflows/clean_code.yml @@ -1,4 +1,4 @@ -name: SSHLibrary Python CI +name: Clean Code Verification on: [pull_request] concurrency: