Skip to content

Commit c57fa8f

Browse files
authored
Merge pull request #9 from PyFPGA/add-cron-ci
ci: add scheduled execution for Friday nights
2 parents a247295 + a84c08a commit c57fa8f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Deploy Docker Images
22

3-
on: [push]
3+
on:
4+
push:
5+
schedule:
6+
- cron: '0 21 * * 5'
47

58
jobs:
69
deploy:

0 commit comments

Comments
 (0)