Skip to content

Commit 4f61984

Browse files
authored
Merge pull request #2357 from firedrakeproject/JDBetteridge/scheduled_ci
Add scheduling to github actions
2 parents c577798 + a6f3b2b commit 4f61984

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
branches:
77
- master
88
pull_request:
9+
schedule:
10+
- cron: '0 0 * * 0'
911

1012
jobs:
1113
build:
@@ -69,7 +71,7 @@ jobs:
6971
cd ..
7072
rm -rf build
7173
docker_env:
72-
name: "Build Docker environment container"
74+
name: "Build Docker environment container"
7375
# The type of runner that the job will run on
7476
needs: build
7577
if: ${{ github.ref == 'refs/heads/master' }}

0 commit comments

Comments
 (0)