diff options
author | Joas Schilling <coding@schilljs.com> | 2025-05-07 17:18:24 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2025-05-07 17:18:24 +0200 |
commit | 7f75526c4bdada0040b2b0f4b5f805fdc78b4a9a (patch) | |
tree | 241424b9167bc64bd79173b371b0a1651f005f7f | |
parent | 906b3e0a47f0c780fa39170bc1b7508202fa2879 (diff) | |
download | nextcloud-server-nickv-debug-reactions-test.tar.gz nextcloud-server-nickv-debug-reactions-test.zip |
ci: try update false?nickv-debug-reactions-test
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r-- | .github/workflows/phpunit-mariadb.yml | 2 | ||||
-rw-r--r-- | .github/workflows/phpunit-mysql.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/phpunit-mariadb.yml b/.github/workflows/phpunit-mariadb.yml index a30131c52e0..8eeac96a88f 100644 --- a/.github/workflows/phpunit-mariadb.yml +++ b/.github/workflows/phpunit-mariadb.yml @@ -100,7 +100,7 @@ jobs: coverage: ${{ matrix.coverage && 'xdebug' || 'none' }} ini-file: development env: - update: true + update: false GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Set up dependencies diff --git a/.github/workflows/phpunit-mysql.yml b/.github/workflows/phpunit-mysql.yml index ee57255b039..5a63621e1c0 100644 --- a/.github/workflows/phpunit-mysql.yml +++ b/.github/workflows/phpunit-mysql.yml @@ -100,7 +100,7 @@ jobs: coverage: ${{ matrix.coverage && 'xdebug' || 'none' }} ini-file: development env: - update: true + update: false GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Set up dependencies |