Skip to content

Commit f9aee4a

Browse files
committed
Merge branch 'topic/gha_cron' into 'master'
Run GitHub CI on a schedule Closes #1566 See merge request eng/ide/ada_language_server!1894
2 parents 54fa34a + e50500b commit f9aee4a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-binaries.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
on:
2+
schedule:
3+
- cron: '0 4 * * 1-5'
4+
# | | | | + day of week (0 - 6 or SUN-SAT)
5+
# | | | +-- month (1 - 12 or JAN-DEC)
6+
# | | +---- day of the month (1 - 31)
7+
# | +------ hour (0 - 23)
8+
# +-------- minute (0 - 59)
29
push:
310
tags:
411
- 2*.*.*

0 commit comments

Comments
 (0)