From 34697808f79fc8667880a44e2b68380df8bedb76 Mon Sep 17 00:00:00 2001 From: Alex Dewar Date: Wed, 29 May 2024 09:05:48 +0100 Subject: [PATCH] Use different names for the two CI workflows --- .github/workflows/ci-pip-tools.yml | 2 +- .github/workflows/ci-poetry.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-pip-tools.yml b/.github/workflows/ci-pip-tools.yml index 606556f..6a6d114 100644 --- a/.github/workflows/ci-pip-tools.yml +++ b/.github/workflows/ci-pip-tools.yml @@ -7,7 +7,7 @@ on: workflow_dispatch: jobs: - test: + test-pip-tools: runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/ci-poetry.yml b/.github/workflows/ci-poetry.yml index d7fbff1..d43758f 100644 --- a/.github/workflows/ci-poetry.yml +++ b/.github/workflows/ci-poetry.yml @@ -7,7 +7,7 @@ on: workflow_dispatch: jobs: - test: + test-poetry: runs-on: ${{ matrix.os }} strategy: fail-fast: false