Skip to content

Commit 3687614

Browse files
committed
fix: Enable test on push temp
1 parent f77ca8f commit 3687614

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/run-all-tests-linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name: Test all (Linux)
55

66
on:
7-
# push:
7+
push:
88
schedule:
99
- cron: '0 0 * * *' # Every day at midnight UTC
1010
workflow_dispatch:

.github/workflows/run-all-tests-macos.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
name: Test all (MacOS)
55

66
on:
7+
push:
78
schedule:
89
- cron: '0 0 * * *' # Every day at midnight UTC
910
workflow_dispatch:

0 commit comments

Comments
 (0)