Skip to content

Commit 80f45bf

Browse files
authored
[88] scheduled build (#89)
1 parent d41f263 commit 80f45bf

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: '40 7 * * 0' # At 07:40 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)