Skip to content

Commit

Permalink
Add a scheduled run to the Github Workflow Actions
Browse files Browse the repository at this point in the history
This will allow us to catch bitrotted changes like
e-mission/e-mission-docs#513
or
e-mission/e-mission-docs#511
and make it easier for people who don't want to use docker to install
  • Loading branch information
shankari committed Apr 15, 2020
1 parent fc5c0b3 commit 12fb43b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-with-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '5 4 * * 0'

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit 12fb43b

Please sign in to comment.