Skip to content

Commit 88e9af6

Browse files
authored
chore: Run tutorials build every week (#73)
Signed-off-by: Morten Enemark Lund <[email protected]>
1 parent c8b84b4 commit 88e9af6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11

2-
name: Build Tutorials
2+
name: AnyBody Tutorials
33

44
on:
55
push:
66
branches: [ master ]
77
tags: ["*"]
88
pull_request:
99
branches: [ master ]
10-
workflow_dispatch:
10+
workflow_dispatch: {}
11+
schedule:
12+
- cron: '0 0 * * 5'
13+
1114

1215

1316
concurrency:
@@ -197,4 +200,4 @@ jobs:
197200
id: deployment
198201
uses: actions/deploy-pages@v4
199202

200-
203+

0 commit comments

Comments
 (0)