diff --git a/.github/workflows/cross-version.yml b/.github/workflows/cross-version.yml index 8a50878c10ec..5813d8b5a430 100644 --- a/.github/workflows/cross-version.yml +++ b/.github/workflows/cross-version.yml @@ -2,7 +2,7 @@ name: Cross-Version on: schedule: - - cron: '0 0 * * 6' // Every Saturday at 00:00 UTC + - cron: '0 0 * * 6' # Every Saturday at 00:00 UTC push: branches: - main