Skip to content

Commit

Permalink
Run regression alongside CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sghill committed May 26, 2020
1 parent 211e374 commit 08f80f0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
name: Regression

on:
schedule:
- cron: "37 7 * * 0" # weekly
push:
paths:
- ".github/workflows/regression.yml"
branches: [ master ]
pull_request:
branches: [ master ]


jobs:
Expand Down

0 comments on commit 08f80f0

Please sign in to comment.