From 4c653f5a41a4e099d45481adfc0d30af7726626c Mon Sep 17 00:00:00 2001 From: ashmrtn Date: Fri, 28 Apr 2023 16:52:11 -0700 Subject: [PATCH] Only run on schedule, not merges (#3260) #### Does this PR need a docs update or release note? - [ ] :white_check_mark: Yes, it's included - [ ] :clock1: Yes, but in a later PR - [x] :no_entry: No #### Type of change - [ ] :sunflower: Feature - [x] :bug: Bugfix - [ ] :world_map: Documentation - [ ] :robot: Supportability/Tests - [x] :computer: CI/Deployment - [ ] :broom: Tech Debt/Cleanup --- .github/workflows/nightly_test.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/nightly_test.yml b/.github/workflows/nightly_test.yml index 96a7c12a9..14253201e 100644 --- a/.github/workflows/nightly_test.yml +++ b/.github/workflows/nightly_test.yml @@ -6,10 +6,6 @@ on: # Run every day at 0 minutes and 0 hours (midnight GMT) - cron: "0 0 * * *" - push: - branches: [main] - tags: ["v*.*.*"] - permissions: # required to retrieve AWS credentials id-token: write