diff options
Diffstat (limited to '.github/workflows/phpunit-sqlite.yml')
-rw-r--r-- | .github/workflows/phpunit-sqlite.yml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/.github/workflows/phpunit-sqlite.yml b/.github/workflows/phpunit-sqlite.yml index 61710f31b6f..fa9728c2a53 100644 --- a/.github/workflows/phpunit-sqlite.yml +++ b/.github/workflows/phpunit-sqlite.yml @@ -7,11 +7,8 @@ name: PHPUnit sqlite on: pull_request: - push: - branches: - - main - - master - - stable* + schedule: + - cron: "5 2 * * *" permissions: contents: read @@ -25,7 +22,7 @@ jobs: runs-on: ubuntu-latest outputs: - src: ${{ steps.changes.outputs.src}} + src: ${{ steps.changes.outputs.src }} steps: - uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 # v2.11.1 |