summaryrefslogtreecommitdiffstats
path: root/.github/workflows/integration-mysql.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/integration-mysql.yml')
-rw-r--r--.github/workflows/integration-mysql.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.github/workflows/integration-mysql.yml b/.github/workflows/integration-mysql.yml
index af905b8a1..9ede8f4fe 100644
--- a/.github/workflows/integration-mysql.yml
+++ b/.github/workflows/integration-mysql.yml
@@ -10,12 +10,8 @@ on:
paths:
# Only running on PR for this file to save CI time (otherwise pgsql only)
- '.github/workflows/integration-mysql.yml'
-
- push:
- branches:
- - main
- - master
- - stable*
+ schedule:
+ - cron: "5 2 * * *"
permissions:
contents: read