Skip to content

Commit

Permalink
DevKit updates (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Dec 20, 2021
1 parent 9183910 commit eb53702
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
name: Documentation

on:
schedule:
- cron: '30 0 * * *'
push:
branches:
- 2.x
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
name: Lint

on:
schedule:
- cron: '30 0 * * *'
push:
branches:
- 2.x
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
name: Quality assurance

on:
schedule:
- cron: '30 0 * * *'
push:
branches:
- 2.x
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
name: Test

on:
schedule:
- cron: '30 0 * * *'
push:
branches:
- 2.x
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@ phpstan:
.PHONY: phpstan

psalm:
vendor/bin/psalm
vendor/bin/psalm --php-version=8.1
.PHONY: psalm

0 comments on commit eb53702

Please sign in to comment.