Skip to content

Commit

Permalink
DevKit updates (#7664)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI authored Dec 20, 2021
1 parent 64f7f80 commit 26b5c4e
Show file tree
Hide file tree
Showing 6 changed files with 11 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:
- 3.x
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
name: Frontend

on:
schedule:
- cron: '30 0 * * *'
push:
branches:
- 4.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:
- 3.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:
- 3.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:
- 3.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 26b5c4e

Please sign in to comment.