Skip to content

Commit

Permalink
Add cron schedule and rename variables
Browse files Browse the repository at this point in the history
  • Loading branch information
stephendolan committed Jan 19, 2021
1 parent f9adef1 commit c515b06
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,26 @@ on:
pull_request:
branches:
- "*"
schedule:
- cron: "0 3 * * MON"

jobs:
LintAndTest:
strategy:
fail-fast: false
matrix:
image_tag:
crystal_version:
- 0.34.0
- 0.35.1
- latest
experimental: [false]
include:
- image_tag: nightly
- crystal_version: nightly
experimental: true

runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
container: crystallang/crystal:${{ matrix.image_tag }}-alpine
container: crystallang/crystal:${{ matrix.crystal_version }}-alpine

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c515b06

Please sign in to comment.