From 60f4e26c69af1c04eedee271e964ee5c4f21dfa4 Mon Sep 17 00:00:00 2001 From: GroM Date: Tue, 19 Dec 2023 17:26:31 +0100 Subject: [PATCH] build with up-to-date nightly on manually or cron triggered events only --- .github/workflows/build_with_nightly.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build_with_nightly.yml b/.github/workflows/build_with_nightly.yml index d75a090..8682fdd 100644 --- a/.github/workflows/build_with_nightly.yml +++ b/.github/workflows/build_with_nightly.yml @@ -1,7 +1,6 @@ name: Build with last nightly everyday @ 4PM on: - pull_request: workflow_dispatch: schedule: # * is a special character in YAML so you have to quote this string