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: