Skip to content

Commit 64823c0

Browse files
committed
Remove scheduled runs from all workflow actions
1 parent abe92b1 commit 64823c0

File tree

3 files changed

+49
-6
lines changed

3 files changed

+49
-6
lines changed

.github/workflows/build.yml

+17-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
11
on:
22
pull_request:
3+
paths-ignore:
4+
- 'docs/**'
5+
- 'README.md'
6+
- 'CHANGELOG.md'
7+
- '.gitignore'
8+
- '.gitattributes'
9+
- 'infection.json.dist'
10+
- 'psalm.xml'
11+
312
push:
4-
schedule:
5-
- cron: '0 0 * * *'
13+
paths-ignore:
14+
- 'docs/**'
15+
- 'README.md'
16+
- 'CHANGELOG.md'
17+
- '.gitignore'
18+
- '.gitattributes'
19+
- 'infection.json.dist'
20+
- 'psalm.xml'
621

722
name: build
823

.github/workflows/mutation.yml

+15-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
on:
22
pull_request:
3+
paths-ignore:
4+
- 'docs/**'
5+
- 'README.md'
6+
- 'CHANGELOG.md'
7+
- '.gitignore'
8+
- '.gitattributes'
9+
- 'psalm.xml'
10+
311
push:
4-
schedule:
5-
- cron: '0 0 * * *'
12+
paths-ignore:
13+
- 'docs/**'
14+
- 'README.md'
15+
- 'CHANGELOG.md'
16+
- '.gitignore'
17+
- '.gitattributes'
18+
- 'psalm.xml'
619

720
name: mutation test
821

.github/workflows/static.yml

+17-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
11
on:
22
pull_request:
3+
paths-ignore:
4+
- 'docs/**'
5+
- 'README.md'
6+
- 'CHANGELOG.md'
7+
- '.gitignore'
8+
- '.gitattributes'
9+
- 'infection.json.dist'
10+
- 'phpunit.xml.dist'
11+
312
push:
4-
schedule:
5-
- cron: '0 0 * * *'
13+
paths-ignore:
14+
- 'docs/**'
15+
- 'README.md'
16+
- 'CHANGELOG.md'
17+
- '.gitignore'
18+
- '.gitattributes'
19+
- 'infection.json.dist'
20+
- 'phpunit.xml.dist'
621

722
name: static analysis
823

0 commit comments

Comments
 (0)