From 8fbb2364f1055c28db89d8d06d05d5d9f9c459d4 Mon Sep 17 00:00:00 2001 From: Paul Natsuo Kishimoto Date: Wed, 25 May 2022 20:21:49 +0200 Subject: [PATCH] Partially revert 2f48772 Merging #613 unintentionally enabled the "nightly" workflow for all future PR commits. Disable again. --- .github/workflows/nightly.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index 983fc0d9f..c3f239c1a 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -4,8 +4,8 @@ name: Test MESSAGEix-GLOBIOM scenarios on: # Uncomment these two lines for debugging, but leave them commented on 'main' - pull_request: - branches: [ main ] + # pull_request: + # branches: [ main ] schedule: # 05:00 UTC = 06:00 CET = 07:00 CEST - cron: "0 5 * * *"