Skip to content

Commit

Permalink
ci: run acceptance tests on cron schedule (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcvetta authored Jan 27, 2021
1 parent 669d916 commit 839bc74
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Acceptance Tests
on: [push]
on:
push:
schedule:
- cron: '0 10 * * 3'

jobs:

Expand Down

0 comments on commit 839bc74

Please sign in to comment.