From b4ec7b456c9bcf072e95c39b0db64cd7c313b9a9 Mon Sep 17 00:00:00 2001 From: Sanchari Date: Wed, 19 Jul 2023 12:45:08 +0200 Subject: [PATCH] Test:to be reverted --- .github/workflows/nightly_release.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nightly_release.yml b/.github/workflows/nightly_release.yml index d8c6ab5ea4eb..318a22029ac8 100644 --- a/.github/workflows/nightly_release.yml +++ b/.github/workflows/nightly_release.yml @@ -1,9 +1,10 @@ name: Nightly Builds on: - schedule: - # Runs every weekday at 1am - - cron: 0 1 * * 1-5 - workflow_dispatch: + pull_request: +# schedule: +# # Runs every weekday at 1am +# - cron: 0 1 * * 1-5 +# workflow_dispatch: jobs: