Only run on schedule, not merges (#3260)

#### Does this PR need a docs update or release note?

- [ ]  Yes, it's included
- [ ] 🕐 Yes, but in a later PR
- [x]  No

#### Type of change

- [ ] 🌻 Feature
- [x] 🐛 Bugfix
- [ ] 🗺️ Documentation
- [ ] 🤖 Supportability/Tests
- [x] 💻 CI/Deployment
- [ ] 🧹 Tech Debt/Cleanup
This commit is contained in:
ashmrtn 2023-04-28 16:52:11 -07:00 committed by GitHub
parent 619bcd6eb8
commit 4c653f5a41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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