From 7ecc2cb45845c0fc52c68d04d62938ad92673f28 Mon Sep 17 00:00:00 2001 From: Dylan Asmar <91484811+dylan-asmar@users.noreply.github.com> Date: Fri, 14 Jun 2024 10:11:58 -0600 Subject: [PATCH] Run CI weekly --- .github/workflows/CI.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index eeaec46..cef7195 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -5,6 +5,9 @@ on: - main tags: '*' pull_request: + workflow_dispatch: + schedule: + - cron: '30 23 * * 0' # Runs every Sunday at 11:30 PM jobs: test: name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} @@ -33,4 +36,4 @@ jobs: - uses: julia-actions/julia-processcoverage@v1 - uses: codecov/codecov-action@v3 with: - files: lcov.info \ No newline at end of file + files: lcov.info