Skip running static analysis checks on future releases

This commit is contained in:
Zach Borboa
2021-11-25 23:52:55 -05:00
parent b27c29b5ec
commit d79fb1689f
+1
View File
@@ -47,3 +47,4 @@ jobs:
- name: Static analysis
run: "vendor/bin/psalm"
if: ${{ !matrix.future-release }}