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