Skip to content

Commit 71f9fe9

Browse files
authored
[33] scheduled build (#35)
1 parent e4fb8d9 commit 71f9fe9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dev.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Dev workflow
22

33
on:
4+
schedule:
5+
- cron: '25 5 * * 0' # At 05:25 on Sunday
46
pull_request:
57
branches: [main, deploy-test]
68

@@ -13,4 +15,5 @@ jobs:
1315
with:
1416
operating-systems: "['ubuntu-latest']"
1517
python-versions: "['3.10']"
18+
delete-poetry-lock: ${{ github.event_name == 'schedule' }} # the scheduled build tests against newer dependencies
1619
secrets: inherit

0 commit comments

Comments
 (0)