Skip to content

Commit

Permalink
Remove scheduled runs from all workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
devanych committed Jan 11, 2022
1 parent e146129 commit 84636c5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -19,9 +19,6 @@ on:
- 'infection.json.dist'
- 'psalm.xml'

schedule:
- cron: '0 0 * * *'

name: build

jobs:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/mutation.yml
Expand Up @@ -17,9 +17,6 @@ on:
- '.gitattributes'
- 'psalm.xml'

schedule:
- cron: '0 0 * * *'

name: mutation test

jobs:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/static.yml
Expand Up @@ -19,9 +19,6 @@ on:
- 'infection.json.dist'
- 'phpunit.xml.dist'

schedule:
- cron: '0 0 * * *'

name: static analysis

jobs:
Expand Down

0 comments on commit 84636c5

Please sign in to comment.