From ff04d542472ec7c56b37797b4dd951a4a360bb96 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Mon, 4 Dec 2023 10:40:29 +0000 Subject: [PATCH] chore: adjusts workflow name --- .github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b0ba6a8f..fb00f5d8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,8 +7,10 @@ on: - cron: '0 0 * * *' jobs: - ci: + tests: if: github.event_name != 'schedule' || github.repository == 'pestphp/pest' + name: Tests + runs-on: ${{ matrix.os }} strategy: matrix: