Skip to content

Commit 12899ad

Browse files
authored
Merge pull request #106 from ioet/58-fix-cron
closes #58 runnint stryker each monday 9 am
2 parents bf65e5f + b4b547c commit 12899ad

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/CI-mutation-tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: Running mutation tests
22

33
on:
4-
pull_request:
5-
types: [opened, edited, reopened, synchronize]
6-
branches:
7-
- stryker
4+
schedule:
5+
- cron: '0 9 * * 1'
86

97
jobs:
108
configuring-stryker:

0 commit comments

Comments
 (0)