From 4901e72c98ccd1e85d11e27803ea1e4ce6aa4b99 Mon Sep 17 00:00:00 2001 From: Vincent Michaud-Rioux Date: Tue, 24 Oct 2023 14:38:58 -0400 Subject: [PATCH] Comment pull_request triggers except compat-latest-latest. --- .github/workflows/compat-check-latest-stable.yml | 2 +- .github/workflows/compat-check-stable-latest.yml | 2 +- .github/workflows/compat-check-stable-stable.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/compat-check-latest-stable.yml b/.github/workflows/compat-check-latest-stable.yml index b836769bcf..5ee5a4ab5d 100644 --- a/.github/workflows/compat-check-latest-stable.yml +++ b/.github/workflows/compat-check-latest-stable.yml @@ -1,7 +1,7 @@ name: Compat Check w/PL - latest/stable on: - pull_request: + # pull_request: schedule: - cron: "0 1 * * 1-5" # Run daily at 3am Mon-Fri workflow_dispatch: diff --git a/.github/workflows/compat-check-stable-latest.yml b/.github/workflows/compat-check-stable-latest.yml index 5f36a926e5..6cab596f7d 100644 --- a/.github/workflows/compat-check-stable-latest.yml +++ b/.github/workflows/compat-check-stable-latest.yml @@ -1,7 +1,7 @@ name: Compat Check w/PL - stable/latest on: - pull_request: + # pull_request: schedule: - cron: "0 2 * * 1-5" # Run daily at 3am Mon-Fri workflow_dispatch: diff --git a/.github/workflows/compat-check-stable-stable.yml b/.github/workflows/compat-check-stable-stable.yml index 8d87353715..f0e95c70bc 100644 --- a/.github/workflows/compat-check-stable-stable.yml +++ b/.github/workflows/compat-check-stable-stable.yml @@ -1,7 +1,7 @@ name: Compat Check w/PL - stable/stable on: - pull_request: + # pull_request: schedule: - cron: "0 3 * * 1-5" # Run daily at 3am Mon-Fri workflow_dispatch: