Skip to content

Commit da0569a

Browse files
committed
cleanup
1 parent 998db4f commit da0569a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
mutation-testing:
153153
name: "Mutation Testing"
154154
runs-on: "ubuntu-latest"
155-
#needs: ["tests", "static-analysis"]
155+
needs: ["tests", "static-analysis"]
156156

157157
strategy:
158158
fail-fast: false
@@ -202,7 +202,6 @@ jobs:
202202
203203
- name: "Cache Result cache"
204204
uses: actions/cache@v4
205-
if: always()
206205
with:
207206
path: ./tmp
208207
key: "result-cache-v14-${{ matrix.php-version }}-${{ github.run_id }}"

0 commit comments

Comments
 (0)