Skip to content

Commit 0852fae

Browse files
committed
Remove scheduled runs from all workflow actions
1 parent 4f84543 commit 0852fae

4 files changed

Lines changed: 6 additions & 11 deletions

File tree

.github/workflows/bc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
on:
22
pull_request:
33
push:
4-
schedule:
5-
- cron: '0 0 * * *'
64

75
name: backwards compatibility
86
jobs:

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
on:
22
pull_request:
33
paths-ignore:
4+
- 'docs/**'
45
- 'README.md'
56
- 'CHANGELOG.md'
67
- '.gitignore'
@@ -10,16 +11,14 @@ on:
1011

1112
push:
1213
paths-ignore:
14+
- 'docs/**'
1315
- 'README.md'
1416
- 'CHANGELOG.md'
1517
- '.gitignore'
1618
- '.gitattributes'
1719
- 'infection.json.dist'
1820
- 'psalm.xml'
1921

20-
schedule:
21-
- cron: '0 0 * * *'
22-
2322
name: build
2423

2524
jobs:

.github/workflows/mutation.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
on:
22
pull_request:
33
paths-ignore:
4+
- 'docs/**'
45
- 'README.md'
56
- 'CHANGELOG.md'
67
- '.gitignore'
@@ -9,15 +10,13 @@ on:
910

1011
push:
1112
paths-ignore:
13+
- 'docs/**'
1214
- 'README.md'
1315
- 'CHANGELOG.md'
1416
- '.gitignore'
1517
- '.gitattributes'
1618
- 'psalm.xml'
1719

18-
schedule:
19-
- cron: '0 0 * * *'
20-
2120
name: mutation test
2221

2322
jobs:

.github/workflows/static.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
on:
22
pull_request:
33
paths-ignore:
4+
- 'docs/**'
45
- 'README.md'
56
- 'CHANGELOG.md'
67
- '.gitignore'
@@ -10,16 +11,14 @@ on:
1011

1112
push:
1213
paths-ignore:
14+
- 'docs/**'
1315
- 'README.md'
1416
- 'CHANGELOG.md'
1517
- '.gitignore'
1618
- '.gitattributes'
1719
- 'infection.json.dist'
1820
- 'phpunit.xml.dist'
1921

20-
schedule:
21-
- cron: '0 0 * * *'
22-
2322
name: static analysis
2423

2524
jobs:

0 commit comments

Comments
 (0)