From 636a57990cd83a03f46d9604124c872c37400394 Mon Sep 17 00:00:00 2001 From: davhofer Date: Tue, 13 Aug 2024 13:54:35 +0200 Subject: [PATCH] chore: rename github actions --- .github/workflows/run-installation-tests.yaml | 2 +- .github/workflows/run-pytest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-installation-tests.yaml b/.github/workflows/run-installation-tests.yaml index f56efdc..8843804 100644 --- a/.github/workflows/run-installation-tests.yaml +++ b/.github/workflows/run-installation-tests.yaml @@ -1,4 +1,4 @@ -name: Run Tests +name: Run Pytest on: [push, pull_request] diff --git a/.github/workflows/run-pytest.yaml b/.github/workflows/run-pytest.yaml index 5ae9301..c844eba 100644 --- a/.github/workflows/run-pytest.yaml +++ b/.github/workflows/run-pytest.yaml @@ -1,4 +1,4 @@ -name: Run Tests +name: Run Installation Tests on: [push, pull_request]