Skip to content

Commit

Permalink
Merge pull request #10 from JuliaPOMDP/weekly_ci
Browse files Browse the repository at this point in the history
Run CI weekly
  • Loading branch information
dylan-asmar authored Jun 14, 2024
2 parents d764d92 + 7ecc2cb commit 004cf3a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -33,4 +36,4 @@ jobs:
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
with:
files: lcov.info
files: lcov.info

0 comments on commit 004cf3a

Please sign in to comment.