Skip to content

Commit d79fb16

Browse files
committed
Skip running static analysis checks on future releases
1 parent b27c29b commit d79fb16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@ jobs:
4747

4848
- name: Static analysis
4949
run: "vendor/bin/psalm"
50+
if: ${{ !matrix.future-release }}

0 commit comments

Comments
 (0)