Skip to content

Commit

Permalink
chore: adjusts workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Dec 4, 2023
1 parent 330cf05 commit ff04d54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ff04d54

Please sign in to comment.