Skip to content

Commit ad60f75

Browse files
committed
Fix tests
1 parent 6f0aeaf commit ad60f75

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
pull_request:
66
schedule:
7-
- cron: '0 0 * * *'
7+
- cron: '0 0 * * 0'
88

99
jobs:
1010
security:

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
pull_request:
66

77
jobs:
8-
psalm:
9-
name: Psalm
8+
linter:
9+
name: Linter
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
fail-fast: false

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
pull_request:
66
schedule:
7-
- cron: '0 0 * * *'
7+
- cron: '0 0 * * 0'
88

99
jobs:
1010
tests:

0 commit comments

Comments
 (0)