Skip to content

Commit f0997f6

Browse files
committed
ci: normalize workflow config
1 parent 990842a commit f0997f6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/tests.yml .github/workflows/run-tests.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ on:
44
pull_request:
55
push:
66
paths:
7-
- **.php
8-
- .github/workflows/tests.yml
9-
- phpunit.xml.dist
10-
- composer.json
11-
- composer.lock
7+
- '**.php'
8+
- '.github/workflows/run-tests.yml'
9+
- 'phpunit.xml.dist'
10+
- 'composer.json'
11+
- 'composer.lock'
1212

1313
jobs:
1414
php-tests:
1515
runs-on: ubuntu-latest
16-
16+
timeout-minutes: 5
1717
strategy:
1818
fail-fast: false
1919
matrix:

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,12 @@ This package is [Treeware](https://treeware.earth). If you use it in production,
133133
[ico-version]: https://img.shields.io/packagist/v/swisnl/laravel-fulltext.svg?style=flat-square
134134
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
135135
[ico-treeware]: https://img.shields.io/badge/Treeware-%F0%9F%8C%B3-lightgreen.svg?style=flat-square
136-
[ico-github-actions]: https://img.shields.io/github/actions/workflow/status/swisnl/laravel-fulltext/tests.yml?label=tests&branch=master&style=flat-square
136+
[ico-github-actions]: https://img.shields.io/github/actions/workflow/status/swisnl/laravel-fulltext/run-tests.yml?label=tests&branch=master&style=flat-square
137137
[ico-downloads]: https://img.shields.io/packagist/dt/swisnl/laravel-fulltext.svg?style=flat-square
138138
[ico-swis]: https://img.shields.io/badge/%F0%9F%9A%80-made%20by%20SWIS-%230737A9.svg?style=flat-square
139139

140140
[link-packagist]: https://packagist.org/packages/swisnl/laravel-fulltext
141-
[link-github-actions]: https://github.com/swisnl/laravel-fulltext/actions/workflows/tests.yml
141+
[link-github-actions]: https://github.com/swisnl/laravel-fulltext/actions/workflows/run-tests.yml
142142
[link-downloads]: https://packagist.org/packages/swisnl/laravel-fulltext
143143
[link-treeware]: https://plant.treeware.earth/swisnl/laravel-fulltext
144144
[link-author]: https://github.com/swisnl

0 commit comments

Comments
 (0)