Skip to content

Commit aeed6fb

Browse files
authored
Run integration tests daily and when starred
1 parent 25ec15e commit aeed6fb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/integration-tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ name: Integration tests
33
on:
44
push:
55

6+
# Runs at 00:00 UTC every day
7+
schedule:
8+
- cron: '0 */24 * * *'
9+
10+
# Runs when repository is starred
11+
watch:
12+
types: [started]
13+
614
env:
715
config: Release
816

0 commit comments

Comments
 (0)