Skip to content

Commit

Permalink
Merge pull request #787 from cakephp/4.x-adjust-ci
Browse files Browse the repository at this point in the history
adjust ci
  • Loading branch information
dereuromark authored Dec 12, 2024
2 parents d92de1d + 6827dbb commit c88055d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false

- name: Setup MySQL
if: matrix.db-type == 'mysql'
Expand Down Expand Up @@ -137,6 +139,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
persist-credentials: false

- name: Get date part for cache key
id: key-date
Expand Down

0 comments on commit c88055d

Please sign in to comment.