From a6951effd8ccd25faaf8d6996c6f204157a0a04c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=BCl=C3=B6p=20Kov=C3=A1cs?= Date: Mon, 13 Jun 2022 11:17:01 +0200 Subject: [PATCH] Rename the `Test` job from `compatibility-tests` to avoid name collision with another job in the `main` workflow --- .github/workflows/compatibility-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compatibility-tests.yml b/.github/workflows/compatibility-tests.yml index 3a77a84..32b88b5 100644 --- a/.github/workflows/compatibility-tests.yml +++ b/.github/workflows/compatibility-tests.yml @@ -7,7 +7,7 @@ on: branches: [main] jobs: - Test: + Compatibility-Tests: runs-on: ubuntu-latest strategy: