From 962352ada4f58ebe63fafbe7239330522c0b47c4 Mon Sep 17 00:00:00 2001 From: Adam Dyess Date: Sun, 6 Oct 2024 22:20:30 -0500 Subject: [PATCH] Remove running nightly-tests on a PR --- .github/workflows/nightly-test.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/nightly-test.yaml b/.github/workflows/nightly-test.yaml index c198dd8dd..b4a57a9de 100644 --- a/.github/workflows/nightly-test.yaml +++ b/.github/workflows/nightly-test.yaml @@ -3,7 +3,6 @@ name: Nightly Latest/Edge Tests on: schedule: - cron: '0 0 * * *' # Runs every midnight - pull_request: permissions: contents: read