Skip to content

Commit

Permalink
Add scheduling to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Betteridge authored and Jack Betteridge committed Feb 21, 2022
1 parent f65b46a commit a6f3b2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
branches:
- master
pull_request:
schedule:
- cron: '0 0 * * 0'

jobs:
build:
Expand Down Expand Up @@ -69,7 +71,7 @@ jobs:
cd ..
rm -rf build
docker_env:
name: "Build Docker environment container"
name: "Build Docker environment container"
# The type of runner that the job will run on
needs: build
if: ${{ github.ref == 'refs/heads/master' }}
Expand Down

0 comments on commit a6f3b2b

Please sign in to comment.