chore: adjusts workflow name

This commit is contained in:
Nuno Maduro
2023-12-04 10:40:29 +00:00
parent 330cf05177
commit ff04d54247

View File

@ -7,8 +7,10 @@ on:
- cron: '0 0 * * *' - cron: '0 0 * * *'
jobs: jobs:
ci: tests:
if: github.event_name != 'schedule' || github.repository == 'pestphp/pest' if: github.event_name != 'schedule' || github.repository == 'pestphp/pest'
name: Tests
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix: