We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b66b8f commit cb0204aCopy full SHA for cb0204a
1 file changed
.github/workflows/tests.yml
@@ -1,12 +1,12 @@
1
name: Tests
2
3
on:
4
- push:
+ #push:
5
pull_request:
6
workflow_dispatch:
7
schedule:
8
- # “At 12:00 on Wednesdays.”
9
- - cron: '0 12 * * 3'
+ # “At 12:00”
+ - cron: '0 12 * * *'
10
11
jobs:
12
build:
@@ -40,5 +40,5 @@ jobs:
40
- name: Save coverage results
41
uses: actions/upload-artifact@v4
42
with:
43
- name: coverage_clover_php-array-to-xml
+ name: coverage_clover_php-array-to-xml-${{ matrix.php-version }}
44
path: ./coverage
0 commit comments