Skip to content

Commit

Permalink
Merge pull request #2357 from firedrakeproject/JDBetteridge/scheduled_ci
Browse files Browse the repository at this point in the history
Add scheduling to github actions
  • Loading branch information
dham authored Feb 24, 2022
2 parents c577798 + a6f3b2b commit 4f61984
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 4f61984

Please sign in to comment.