From 3c9b28948161763399b59fd88842c7f38f98e2a6 Mon Sep 17 00:00:00 2001 From: Lan Liang Date: Sat, 4 May 2024 12:59:02 +0000 Subject: [PATCH] update --- .github/workflows/ci-schedule-compatibility.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-schedule-compatibility.yaml b/.github/workflows/ci-schedule-compatibility.yaml index 3681bc5ddf07..c02ebeb4cb3f 100644 --- a/.github/workflows/ci-schedule-compatibility.yaml +++ b/.github/workflows/ci-schedule-compatibility.yaml @@ -3,6 +3,7 @@ on: schedule: # Run this workflow "At 20:00 UTC on Sunday and Saturday" - cron: '0 20 * * 0,6' + pull_request: jobs: e2e: