Skip to content

Commit

Permalink
Merge pull request #1167 from nextstrain/victorlin/scheduled-ci
Browse files Browse the repository at this point in the history
Run CI daily
  • Loading branch information
corneliusroemer authored Feb 27, 2023
2 parents 8437dcf + 937327e commit 516f4e2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@ on:
push:
branches:
- master

# Routinely check that tests pass with new versions of dependencies.
schedule:
# Every day at 17:42 UTC / 9:42 Seattle (winter) / 10:42 Seattle (summer)
- cron: "42 17 * * *"

pull_request:

workflow_dispatch:

jobs:
test:
name: test (python=${{ matrix.python-version }} biopython=${{ matrix.biopython-version || 'latest' }})
Expand Down

0 comments on commit 516f4e2

Please sign in to comment.