diff --git a/.github/workflows/plugin-tests.yml b/.github/workflows/plugin-tests.yml index 17fe378..5954d66 100644 --- a/.github/workflows/plugin-tests.yml +++ b/.github/workflows/plugin-tests.yml @@ -7,8 +7,6 @@ on: - master - main pull_request: - schedule: - - cron: '0 0 * * *' jobs: build: @@ -150,4 +148,4 @@ jobs: - name: Plugin QUnit if: matrix.build_type == 'frontend' && steps.check_qunit.outputs.files_exist == 'true' run: bundle exec rake plugin:qunit['${{ github.event.repository.name }}','1200000'] - timeout-minutes: 30 \ No newline at end of file + timeout-minutes: 30